Html Css Color HEX #036318 Crusoe

📋 copy color: '#036318'

red 3 ◦ green 99 ◦ blue 24

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

Shades of Crusoe #036318

Tints of Crusoe #036318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 78.57%

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

R = 2.38%
G = 78.57%
B = 19.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#036318 (or 0x036318) is known color: Crusoe. HEX triplet: 03, 63 and 18. RGB value is (3,99,24). Sum of RGB (Red+Green+Blue) = 3+99+24=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #036318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036318 is #FC9CE7. Grayscale: #3D3D3D. Windows color (decimal): -16555240 or 1598211. OLE color: 1598211.

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

Color convert

RGB 3 99 24 -
CMYK 0.97 0 0.76 0.61
HSL 133.13º 0.94% 0.2% -
HSV(B) 133.13º 0.97% 0.39% -
XYZ 4.66 9.01 2.36 -
YUV 61.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 3 99 24 0.97 0 0.76 0.61 133.13 0.94 0.2
Hex 3 63 18 61 0 4C 3D 85 5E 14
Octal 3 143 30 141 0 114 75 205 136 24
Binary 11 1100011 11000 1100001 0 1001100 111101 10000101 1011110 10100

Color Harmonies of #036318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036318

Black with #036318

Text Example


Text Example

White with #036318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036318; }

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

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

background-color css

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

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

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

border-color css

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

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

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