Html Css Color HEX #036429 Crusoe

📋 copy color: '#036429'

red 3 ◦ green 100 ◦ blue 41

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

Shades of Crusoe #036429

Tints of Crusoe #036429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 69.44%

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

R = 2.08%
G = 69.44%
B = 28.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#036429 (or 0x036429) is known color: Crusoe. HEX triplet: 03, 64 and 29. RGB value is (3,100,41). Sum of RGB (Red+Green+Blue) = 3+100+41=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #036429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036429 is #FC9BD6. Grayscale: #404040. Windows color (decimal): -16554967 or 2712579. OLE color: 2712579.

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

Color convert

RGB 3 100 41 -
CMYK 0.97 0 0.59 0.61
HSL 143.51º 0.94% 0.2% -
HSV(B) 143.51º 0.97% 0.39% -
XYZ 4.99 9.29 3.63 -
YUV 64.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 3 100 41 0.97 0 0.59 0.61 143.51 0.94 0.2
Hex 3 64 29 61 0 3B 3D 90 5E 14
Octal 3 144 51 141 0 73 75 220 136 24
Binary 11 1100100 101001 1100001 0 111011 111101 10010000 1011110 10100

Color Harmonies of #036429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036429

Black with #036429

Text Example


Text Example

White with #036429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036429; }

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

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

background-color css

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

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

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

border-color css

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

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

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