Html Css Color HEX #036718 Crusoe

📋 copy color: '#036718'

red 3 ◦ green 103 ◦ blue 24

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

Shades of Crusoe #036718

Tints of Crusoe #036718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 79.23%

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

R = 2.31%
G = 79.23%
B = 18.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#036718 (or 0x036718) is known color: Crusoe. HEX triplet: 03, 67 and 18. RGB value is (3,103,24). Sum of RGB (Red+Green+Blue) = 3+103+24=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #036718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036718 is #FC98E7. Grayscale: #404040. Windows color (decimal): -16554216 or 1599235. OLE color: 1599235.

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

Color convert

RGB 3 103 24 -
CMYK 0.97 0 0.77 0.60
HSL 132.6º 0.94% 0.21% -
HSV(B) 132.6º 0.97% 0.4% -
XYZ 5.05 9.79 2.49 -
YUV 64.09 105.37 84.42 -
System Red Green Blue C M Y K H S L
Decimal 3 103 24 0.97 0 0.77 0.60 132.6 0.94 0.21
Hex 3 67 18 61 0 4D 3C 85 5E 15
Octal 3 147 30 141 0 115 74 205 136 25
Binary 11 1100111 11000 1100001 0 1001101 111100 10000101 1011110 10101

Color Harmonies of #036718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036718

Black with #036718

Text Example


Text Example

White with #036718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036718; }

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

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

background-color css

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

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

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

border-color css

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

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

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