Html Css Color HEX #036118 Crusoe

📋 copy color: '#036118'

red 3 ◦ green 97 ◦ blue 24

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

Shades of Crusoe #036118

Tints of Crusoe #036118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 2.42%
G = 78.23%
B = 19.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#036118 (or 0x036118) is known color: Crusoe. HEX triplet: 03, 61 and 18. RGB value is (3,97,24). Sum of RGB (Red+Green+Blue) = 3+97+24=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #036118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036118 is #FC9EE7. Grayscale: #3C3C3C. Windows color (decimal): -16555752 or 1597699. OLE color: 1597699.

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

Color convert

RGB 3 97 24 -
CMYK 0.97 0 0.75 0.62
HSL 133.4º 0.94% 0.2% -
HSV(B) 133.4º 0.97% 0.38% -
XYZ 4.48 8.63 2.29 -
YUV 60.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 3 97 24 0.97 0 0.75 0.62 133.4 0.94 0.2
Hex 3 61 18 61 0 4B 3E 85 5E 14
Octal 3 141 30 141 0 113 76 205 136 24
Binary 11 1100001 11000 1100001 0 1001011 111110 10000101 1011110 10100

Color Harmonies of #036118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036118

Black with #036118

Text Example


Text Example

White with #036118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036118; }

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

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

background-color css

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

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

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

border-color css

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

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

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