Html Css Color HEX #046120 Crusoe

📋 copy color: '#046120'

red 4 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #046120

Tints of Crusoe #046120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.93%

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

R = 3.01%
G = 72.93%
B = 24.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#046120 (or 0x046120) is known color: Crusoe. HEX triplet: 04, 61 and 20. RGB value is (4,97,32). Sum of RGB (Red+Green+Blue) = 4+97+32=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #046120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046120 is #FB9EDF. Grayscale: #3D3D3D. Windows color (decimal): -16490208 or 2121988. OLE color: 2121988.

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

Color convert

RGB 4 97 32 -
CMYK 0.96 0 0.67 0.62
HSL 138.06º 0.92% 0.2% -
HSV(B) 138.06º 0.96% 0.38% -
XYZ 4.59 8.68 2.8 -
YUV 61.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 4 97 32 0.96 0 0.67 0.62 138.06 0.92 0.2
Hex 4 61 20 60 0 43 3E 8A 5C 14
Octal 4 141 40 140 0 103 76 212 134 24
Binary 100 1100001 100000 1100000 0 1000011 111110 10001010 1011100 10100

Color Harmonies of #046120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046120

Black with #046120

Text Example


Text Example

White with #046120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046120; }

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

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

background-color css

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

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

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

border-color css

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

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

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