Html Css Color HEX #036529 Crusoe

📋 copy color: '#036529'

red 3 ◦ green 101 ◦ blue 41

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

Shades of Crusoe #036529

Tints of Crusoe #036529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 69.66%

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

R = 2.07%
G = 69.66%
B = 28.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#036529 (or 0x036529) is known color: Crusoe. HEX triplet: 03, 65 and 29. RGB value is (3,101,41). Sum of RGB (Red+Green+Blue) = 3+101+41=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #036529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036529 is #FC9AD6. Grayscale: #414141. Windows color (decimal): -16554711 or 2712835. OLE color: 2712835.

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

Color convert

RGB 3 101 41 -
CMYK 0.97 0 0.59 0.60
HSL 143.27º 0.94% 0.2% -
HSV(B) 143.27º 0.97% 0.4% -
XYZ 5.09 9.49 3.66 -
YUV 64.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 3 101 41 0.97 0 0.59 0.60 143.27 0.94 0.2
Hex 3 65 29 61 0 3B 3C 8F 5E 14
Octal 3 145 51 141 0 73 74 217 136 24
Binary 11 1100101 101001 1100001 0 111011 111100 10001111 1011110 10100

Color Harmonies of #036529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036529

Black with #036529

Text Example


Text Example

White with #036529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036529; }

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

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

background-color css

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

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

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

border-color css

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

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

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