Html Css Color HEX #036818 Crusoe

📋 copy color: '#036818'

red 3 ◦ green 104 ◦ blue 24

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

Shades of Crusoe #036818

Tints of Crusoe #036818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 79.39%

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

R = 2.29%
G = 79.39%
B = 18.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#036818 (or 0x036818) is known color: Crusoe. HEX triplet: 03, 68 and 18. RGB value is (3,104,24). Sum of RGB (Red+Green+Blue) = 3+104+24=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #036818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036818 is #FC97E7. Grayscale: #404040. Windows color (decimal): -16553960 or 1599491. OLE color: 1599491.

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

Color convert

RGB 3 104 24 -
CMYK 0.97 0 0.77 0.59
HSL 132.48º 0.94% 0.21% -
HSV(B) 132.48º 0.97% 0.41% -
XYZ 5.15 9.99 2.52 -
YUV 64.68 105.04 84 -
System Red Green Blue C M Y K H S L
Decimal 3 104 24 0.97 0 0.77 0.59 132.48 0.94 0.21
Hex 3 68 18 61 0 4D 3B 84 5E 15
Octal 3 150 30 141 0 115 73 204 136 25
Binary 11 1101000 11000 1100001 0 1001101 111011 10000100 1011110 10101

Color Harmonies of #036818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036818

Black with #036818

Text Example


Text Example

White with #036818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036818; }

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

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

background-color css

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

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

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

border-color css

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

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

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