Html Css Color HEX #036124 Crusoe

📋 copy color: '#036124'

red 3 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #036124

Tints of Crusoe #036124

RGB

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

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

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

R = 2.21%
G = 71.32%
B = 26.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#036124 (or 0x036124) is known color: Crusoe. HEX triplet: 03, 61 and 24. RGB value is (3,97,36). Sum of RGB (Red+Green+Blue) = 3+97+36=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #036124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036124 is #FC9EDB. Grayscale: #3E3E3E. Windows color (decimal): -16555740 or 2384131. OLE color: 2384131.

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

Color convert

RGB 3 97 36 -
CMYK 0.97 0 0.63 0.62
HSL 141.06º 0.94% 0.2% -
HSV(B) 141.06º 0.97% 0.38% -
XYZ 4.63 8.7 3.1 -
YUV 61.94 113.36 85.96 -
System Red Green Blue C M Y K H S L
Decimal 3 97 36 0.97 0 0.63 0.62 141.06 0.94 0.2
Hex 3 61 24 61 0 3F 3E 8D 5E 14
Octal 3 141 44 141 0 77 76 215 136 24
Binary 11 1100001 100100 1100001 0 111111 111110 10001101 1011110 10100

Color Harmonies of #036124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036124

Black with #036124

Text Example


Text Example

White with #036124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036124; }

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

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

background-color css

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

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

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

border-color css

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

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

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