Html Css Color HEX #065918 Crusoe

📋 copy color: '#065918'

red 6 ◦ green 89 ◦ blue 24

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

Shades of Crusoe #065918

Tints of Crusoe #065918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 74.79%

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

R = 5.04%
G = 74.79%
B = 20.17%

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

#065918 (or 0x065918) is known color: Crusoe. HEX triplet: 06, 59 and 18. RGB value is (6,89,24). Sum of RGB (Red+Green+Blue) = 6+89+24=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 89 (35.16% from 255 or 74.79% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 89 - color contains mainly: green. Hex color #065918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065918 is #F9A6E7. Grayscale: #383838. Windows color (decimal): -16361192 or 1595654. OLE color: 1595654.

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

Color convert

RGB 6 89 24 -
CMYK 0.93 0 0.73 0.65
HSL 133.01º 0.87% 0.19% -
HSV(B) 133.01º 0.93% 0.35% -
XYZ 3.81 7.25 2.06 -
YUV 56.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 6 89 24 0.93 0 0.73 0.65 133.01 0.87 0.19
Hex 6 59 18 5D 0 49 41 85 57 13
Octal 6 131 30 135 0 111 101 205 127 23
Binary 110 1011001 11000 1011101 0 1001001 1000001 10000101 1010111 10011

Color Harmonies of #065918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065918

Black with #065918

Text Example


Text Example

White with #065918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065918; }

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

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

background-color css

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

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

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

border-color css

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

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

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