Html Css Color HEX #046029 Crusoe

📋 copy color: '#046029'

red 4 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #046029

Tints of Crusoe #046029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 68.09%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 2.84%
G = 68.09%
B = 29.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#046029 (or 0x046029) is known color: Crusoe. HEX triplet: 04, 60 and 29. RGB value is (4,96,41). Sum of RGB (Red+Green+Blue) = 4+96+41=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #046029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046029 is #FB9FD6. Grayscale: #3E3E3E. Windows color (decimal): -16490455 or 2711556. OLE color: 2711556.

HSL color Cylindrical-coordinate representation of color #046029: hue angle of 144.13º 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 #046029 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 41 -
CMYK 0.96 0 0.57 0.62
HSL 144.13º 0.92% 0.2% -
HSV(B) 144.13º 0.96% 0.38% -
XYZ 4.63 8.55 3.5 -
YUV 62.22 116.02 86.47 -
System Red Green Blue C M Y K H S L
Decimal 4 96 41 0.96 0 0.57 0.62 144.13 0.92 0.2
Hex 4 60 29 60 0 39 3E 90 5C 14
Octal 4 140 51 140 0 71 76 220 134 24
Binary 100 1100000 101001 1100000 0 111001 111110 10010000 1011100 10100

Color Harmonies of #046029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046029

Black with #046029

Text Example


Text Example

White with #046029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046029; }

 p { color: rgb(4,96,41); }

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

background-color css

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

 a { background-color: rgb(4,96,41); }

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

border-color css

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

 span { border-color: rgb(4,96,41); }

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