Html Css Color HEX #036524 Crusoe

📋 copy color: '#036524'

red 3 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #036524

Tints of Crusoe #036524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 2.14%
G = 72.14%
B = 25.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#036524 (or 0x036524) is known color: Crusoe. HEX triplet: 03, 65 and 24. RGB value is (3,101,36). Sum of RGB (Red+Green+Blue) = 3+101+36=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #036524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036524 is #FC9ADB. Grayscale: #404040. Windows color (decimal): -16554716 or 2385155. OLE color: 2385155.

HSL color Cylindrical-coordinate representation of color #036524: hue angle of 140.2º 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 #036524 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 101 36 -
CMYK 0.97 0 0.64 0.60
HSL 140.2º 0.94% 0.2% -
HSV(B) 140.2º 0.97% 0.4% -
XYZ 5.01 9.45 3.23 -
YUV 64.29 112.03 84.29 -
System Red Green Blue C M Y K H S L
Decimal 3 101 36 0.97 0 0.64 0.60 140.2 0.94 0.2
Hex 3 65 24 61 0 40 3C 8C 5E 14
Octal 3 145 44 141 0 100 74 214 136 24
Binary 11 1100101 100100 1100001 0 1000000 111100 10001100 1011110 10100

Color Harmonies of #036524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036524

Black with #036524

Text Example


Text Example

White with #036524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036524; }

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

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

background-color css

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

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

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

border-color css

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

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

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