Html Css Color HEX #065D18 Crusoe

📋 copy color: '#065D18'

red 6 ◦ green 93 ◦ blue 24

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

Shades of Crusoe #065D18

Tints of Crusoe #065D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 75.61%

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

R = 4.88%
G = 75.61%
B = 19.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#065D18 (or 0x065D18) is known color: Crusoe. HEX triplet: 06, 5D and 18. RGB value is (6,93,24). Sum of RGB (Red+Green+Blue) = 6+93+24=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #065D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D18 is #F9A2E7. Grayscale: #3B3B3B. Windows color (decimal): -16360168 or 1596678. OLE color: 1596678.

HSL color Cylindrical-coordinate representation of color #065D18: hue angle of 132.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D18 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 93 24 -
CMYK 0.94 0 0.74 0.64
HSL 132.41º 0.88% 0.19% -
HSV(B) 132.41º 0.94% 0.36% -
XYZ 4.15 7.93 2.18 -
YUV 59.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 6 93 24 0.94 0 0.74 0.64 132.41 0.88 0.19
Hex 6 5D 18 5E 0 4A 40 84 58 13
Octal 6 135 30 136 0 112 100 204 130 23
Binary 110 1011101 11000 1011110 0 1001010 1000000 10000100 1011000 10011

Color Harmonies of #065D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D18

Black with #065D18

Text Example


Text Example

White with #065D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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