Html Css Color HEX #036618 Crusoe

📋 copy color: '#036618'

red 3 ◦ green 102 ◦ blue 24

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

Shades of Crusoe #036618

Tints of Crusoe #036618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 79.07%

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

R = 2.33%
G = 79.07%
B = 18.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#036618 (or 0x036618) is known color: Crusoe. HEX triplet: 03, 66 and 18. RGB value is (3,102,24). Sum of RGB (Red+Green+Blue) = 3+102+24=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #036618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036618 is #FC99E7. Grayscale: #3F3F3F. Windows color (decimal): -16554472 or 1598979. OLE color: 1598979.

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

Color convert

RGB 3 102 24 -
CMYK 0.97 0 0.76 0.6
HSL 132.73º 0.94% 0.21% -
HSV(B) 132.73º 0.97% 0.4% -
XYZ 4.95 9.59 2.45 -
YUV 63.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 3 102 24 0.97 0 0.76 0.6 132.73 0.94 0.21
Hex 3 66 18 61 0 4C 3C 85 5E 15
Octal 3 146 30 141 0 114 74 205 136 25
Binary 11 1100110 11000 1100001 0 1001100 111100 10000101 1011110 10101

Color Harmonies of #036618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036618

Black with #036618

Text Example


Text Example

White with #036618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036618; }

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

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

background-color css

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

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

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

border-color css

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

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

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