Html Css Color HEX #046418 Crusoe

📋 copy color: '#046418'

red 4 ◦ green 100 ◦ blue 24

#046418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #046418

Tints of Crusoe #046418

RGB

 RED value IS 4 (1.95% from 255) = 3.13%

 GREEN value IS 100 (39.45% from 255) = 78.13%

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 3.13%
G = 78.13%
B = 18.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#046418 (or 0x046418) is known color: Crusoe. HEX triplet: 04, 64 and 18. RGB value is (4,100,24). Sum of RGB (Red+Green+Blue) = 4+100+24=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 100 (39.45% from 255 or 78.12% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 100 - color contains mainly: green. Hex color #046418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046418 is #FB9BE7. Grayscale: #3E3E3E. Windows color (decimal): -16489448 or 1598468. OLE color: 1598468.

HSL color Cylindrical-coordinate representation of color #046418: hue angle of 132.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046418 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 100 24 -
CMYK 0.96 0 0.76 0.61
HSL 132.5º 0.92% 0.2% -
HSV(B) 132.5º 0.96% 0.39% -
XYZ 4.77 9.21 2.39 -
YUV 62.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 4 100 24 0.96 0 0.76 0.61 132.5 0.92 0.2
Hex 4 64 18 60 0 4C 3D 84 5C 14
Octal 4 144 30 140 0 114 75 204 134 24
Binary 100 1100100 11000 1100000 0 1001100 111101 10000100 1011100 10100

Color Harmonies of #046418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046418

Black with #046418

Text Example


Text Example

White with #046418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046418; }

 p { color: rgb(4,100,24); }

 H1.HeaderClassName
 {
   color: #046418;
 }
 .AnyTagClassName
 {
   color: #046418;
 }
</style>

background-color css

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

 a { background-color: rgb(4,100,24); }

 div.DivClassName
 {
   background-color: #046418;
 }
 .BgClassName
 {
   background-color: #046418;
 }
</style>

border-color css

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

 span { border-color: rgb(4,100,24); }

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