#64b40d

Color #64B40D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #64B40D

Tints of Christi #64B40D

Color information

#64B40D (or 0x64B40D) is unknown color: approx Christi. HEX triplet: 64, B4 and 0D. RGB value is (100,180,13). Sum of RGB (Red+Green+Blue) = 100+180+13=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #64B40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B40D is #9B4BF2. Grayscale: #898989. Windows color (decimal): -10177523 or 898148. OLE color: 898148.

HSL color Cylindrical-coordinate representation of color #64B40D: hue angle of 88.74º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64B40D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB10018013-
CMYK0.4400.930.29
HSL88.74º86.53%37.84%-
HSV(B)88.74º92.78%70.59%-
XYZ21.6535.386.07-
YUV137.0458101.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 180 (70.70% from 255) = 61.43%
BLUE value IS 13 (5.47% from 255) = 4.44%
R=34.13%
G=61.43%
B=4.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180130.4400.930.2988.7486.5337.84
Hex64B4D2C05D1D595726
Octal144264155401353513112746
Binary1100100101101001101101100010111011110110110011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64b40d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64b40d; }

 p { color: rgb(100,180,13); }

 H1.HeaderClassName
 {
   color: #64b40d;
 }
 .AnyTagClassName
 {
   color: #64b40d;
 }
</style>
background-color css

<style>
 a { background-color: #64b40d; }

 a { background-color: rgb(100,180,13); }

 div.DivClassName
 {
   background-color: #64b40d;
 }
 .BgClassName
 {
   background-color: #64b40d;
 }
</style>
border-color css

<style>
 span { border-color: #64b40d; }

 span { border-color: rgb(100,180,13); }

 td.TdClassName
 {
   border-color: #64b40d;
 }
 .TagClassName
 {
   border-color: #64b40d;
 }
</style>