Html Css Color HEX #065818 Crusoe

📋 copy color: '#065818'

red 6 ◦ green 88 ◦ blue 24

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

Shades of Crusoe #065818

Tints of Crusoe #065818

RGB

 RED value IS 6 (2.73% from 255) = 5.08%

 GREEN value IS 88 (34.77% from 255) = 74.58%

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

R = 5.08%
G = 74.58%
B = 20.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#065818 (or 0x065818) is known color: Crusoe. HEX triplet: 06, 58 and 18. RGB value is (6,88,24). Sum of RGB (Red+Green+Blue) = 6+88+24=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #065818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065818 is #F9A7E7. Grayscale: #383838. Windows color (decimal): -16361448 or 1595398. OLE color: 1595398.

HSL color Cylindrical-coordinate representation of color #065818: hue angle of 133.17º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065818 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 88 24 -
CMYK 0.93 0 0.73 0.65
HSL 133.17º 0.87% 0.18% -
HSV(B) 133.17º 0.93% 0.35% -
XYZ 3.73 7.08 2.03 -
YUV 56.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 6 88 24 0.93 0 0.73 0.65 133.17 0.87 0.18
Hex 6 58 18 5D 0 49 41 85 57 12
Octal 6 130 30 135 0 111 101 205 127 22
Binary 110 1011000 11000 1011101 0 1001001 1000001 10000101 1010111 10010

Color Harmonies of #065818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065818

Black with #065818

Text Example


Text Example

White with #065818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065818; }

 p { color: rgb(6,88,24); }

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

background-color css

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

 a { background-color: rgb(6,88,24); }

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

border-color css

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

 span { border-color: rgb(6,88,24); }

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