Html Css Color HEX #046420 Crusoe

📋 copy color: '#046420'

red 4 ◦ green 100 ◦ blue 32

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

Shades of Crusoe #046420

Tints of Crusoe #046420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 2.94%
G = 73.53%
B = 23.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#046420 (or 0x046420) is known color: Crusoe. HEX triplet: 04, 64 and 20. RGB value is (4,100,32). Sum of RGB (Red+Green+Blue) = 4+100+32=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #046420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046420 is #FB9BDF. Grayscale: #3F3F3F. Windows color (decimal): -16489440 or 2122756. OLE color: 2122756.

HSL color Cylindrical-coordinate representation of color #046420: hue angle of 137.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 #046420 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 100 32 -
CMYK 0.96 0 0.68 0.61
HSL 137.5º 0.92% 0.2% -
HSV(B) 137.5º 0.96% 0.39% -
XYZ 4.87 9.24 2.89 -
YUV 63.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 4 100 32 0.96 0 0.68 0.61 137.5 0.92 0.2
Hex 4 64 20 60 0 44 3D 8A 5C 14
Octal 4 144 40 140 0 104 75 212 134 24
Binary 100 1100100 100000 1100000 0 1000100 111101 10001010 1011100 10100

Color Harmonies of #046420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046420

Black with #046420

Text Example


Text Example

White with #046420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046420; }

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

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

background-color css

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

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

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

border-color css

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

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

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