Html Css Color HEX #046E20 Crusoe

📋 copy color: '#046E20'

red 4 ◦ green 110 ◦ blue 32

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

Shades of Crusoe #046E20

Tints of Crusoe #046E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 75.34%

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

R = 2.74%
G = 75.34%
B = 21.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#046E20 (or 0x046E20) is known color: Crusoe. HEX triplet: 04, 6E and 20. RGB value is (4,110,32). Sum of RGB (Red+Green+Blue) = 4+110+32=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 110 (43.36% from 255 or 75.34% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 110 - color contains mainly: green. Hex color #046E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E20 is #FB91DF. Grayscale: #454545. Windows color (decimal): -16486880 or 2125316. OLE color: 2125316.

HSL color Cylindrical-coordinate representation of color #046E20: hue angle of 135.85º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E20 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 110 32 -
CMYK 0.96 0 0.71 0.57
HSL 135.85º 0.93% 0.22% -
HSV(B) 135.85º 0.96% 0.43% -
XYZ 5.89 11.28 3.23 -
YUV 69.41 106.88 81.34 -
System Red Green Blue C M Y K H S L
Decimal 4 110 32 0.96 0 0.71 0.57 135.85 0.93 0.22
Hex 4 6E 20 60 0 47 39 88 5D 16
Octal 4 156 40 140 0 107 71 210 135 26
Binary 100 1101110 100000 1100000 0 1000111 111001 10001000 1011101 10110

Color Harmonies of #046E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046E20

Black with #046E20

Text Example


Text Example

White with #046E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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