Html Css Color HEX #036129 Crusoe

📋 copy color: '#036129'

red 3 ◦ green 97 ◦ blue 41

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

Shades of Crusoe #036129

Tints of Crusoe #036129

RGB

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

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

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

R = 2.13%
G = 68.79%
B = 29.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#036129 (or 0x036129) is known color: Crusoe. HEX triplet: 03, 61 and 29. RGB value is (3,97,41). Sum of RGB (Red+Green+Blue) = 3+97+41=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #036129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036129 is #FC9ED6. Grayscale: #3E3E3E. Windows color (decimal): -16555735 or 2711811. OLE color: 2711811.

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

Color convert

RGB 3 97 41 -
CMYK 0.97 0 0.58 0.62
HSL 144.26º 0.94% 0.2% -
HSV(B) 144.26º 0.97% 0.38% -
XYZ 4.71 8.73 3.53 -
YUV 62.51 115.86 85.55 -
System Red Green Blue C M Y K H S L
Decimal 3 97 41 0.97 0 0.58 0.62 144.26 0.94 0.2
Hex 3 61 29 61 0 3A 3E 90 5E 14
Octal 3 141 51 141 0 72 76 220 136 24
Binary 11 1100001 101001 1100001 0 111010 111110 10010000 1011110 10100

Color Harmonies of #036129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036129

Black with #036129

Text Example


Text Example

White with #036129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036129; }

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

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

background-color css

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

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

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

border-color css

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

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

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