Html Css Color HEX #046920 Crusoe

📋 copy color: '#046920'

red 4 ◦ green 105 ◦ blue 32

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

Shades of Crusoe #046920

Tints of Crusoe #046920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 74.47%

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

R = 2.84%
G = 74.47%
B = 22.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#046920 (or 0x046920) is known color: Crusoe. HEX triplet: 04, 69 and 20. RGB value is (4,105,32). Sum of RGB (Red+Green+Blue) = 4+105+32=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #046920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046920 is #FB96DF. Grayscale: #424242. Windows color (decimal): -16488160 or 2124036. OLE color: 2124036.

HSL color Cylindrical-coordinate representation of color #046920: hue angle of 136.63º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046920 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 32 -
CMYK 0.96 0 0.70 0.59
HSL 136.63º 0.93% 0.21% -
HSV(B) 136.63º 0.96% 0.41% -
XYZ 5.36 10.23 3.06 -
YUV 66.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 4 105 32 0.96 0 0.70 0.59 136.63 0.93 0.21
Hex 4 69 20 60 0 46 3B 89 5D 15
Octal 4 151 40 140 0 106 73 211 135 25
Binary 100 1101001 100000 1100000 0 1000110 111011 10001001 1011101 10101

Color Harmonies of #046920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046920

Black with #046920

Text Example


Text Example

White with #046920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046920; }

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

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

background-color css

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

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

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

border-color css

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

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

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