Html Css Color HEX #036218 Crusoe

📋 copy color: '#036218'

red 3 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #036218

Tints of Crusoe #036218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 78.4%

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

R = 2.4%
G = 78.4%
B = 19.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#036218 (or 0x036218) is known color: Crusoe. HEX triplet: 03, 62 and 18. RGB value is (3,98,24). Sum of RGB (Red+Green+Blue) = 3+98+24=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #036218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036218 is #FC9DE7. Grayscale: #3D3D3D. Windows color (decimal): -16555496 or 1597955. OLE color: 1597955.

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

Color convert

RGB 3 98 24 -
CMYK 0.97 0 0.76 0.62
HSL 133.26º 0.94% 0.2% -
HSV(B) 133.26º 0.97% 0.38% -
XYZ 4.57 8.82 2.33 -
YUV 61.16 107.03 86.52 -
System Red Green Blue C M Y K H S L
Decimal 3 98 24 0.97 0 0.76 0.62 133.26 0.94 0.2
Hex 3 62 18 61 0 4C 3E 85 5E 14
Octal 3 142 30 141 0 114 76 205 136 24
Binary 11 1100010 11000 1100001 0 1001100 111110 10000101 1011110 10100

Color Harmonies of #036218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036218

Black with #036218

Text Example


Text Example

White with #036218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036218; }

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

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

background-color css

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

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

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

border-color css

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

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

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