Html Css Color HEX #036029 Crusoe

📋 copy color: '#036029'

red 3 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #036029

Tints of Crusoe #036029

RGB

 RED value IS 3 (1.56% from 255) = 2.14%

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

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

R = 2.14%
G = 68.57%
B = 29.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#036029 (or 0x036029) is known color: Crusoe. HEX triplet: 03, 60 and 29. RGB value is (3,96,41). Sum of RGB (Red+Green+Blue) = 3+96+41=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #036029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036029 is #FC9FD6. Grayscale: #3E3E3E. Windows color (decimal): -16555991 or 2711555. OLE color: 2711555.

HSL color Cylindrical-coordinate representation of color #036029: hue angle of 144.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036029 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 41 -
CMYK 0.97 0 0.57 0.62
HSL 144.52º 0.94% 0.19% -
HSV(B) 144.52º 0.97% 0.38% -
XYZ 4.62 8.55 3.5 -
YUV 61.92 116.19 85.97 -
System Red Green Blue C M Y K H S L
Decimal 3 96 41 0.97 0 0.57 0.62 144.52 0.94 0.19
Hex 3 60 29 61 0 39 3E 91 5E 13
Octal 3 140 51 141 0 71 76 221 136 23
Binary 11 1100000 101001 1100001 0 111001 111110 10010001 1011110 10011

Color Harmonies of #036029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036029

Black with #036029

Text Example


Text Example

White with #036029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036029; }

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

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

background-color css

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

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

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

border-color css

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

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

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