Html Css Color HEX #065418 Crusoe

📋 copy color: '#065418'

red 6 ◦ green 84 ◦ blue 24

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

Shades of Crusoe #065418

Tints of Crusoe #065418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.68%

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

R = 5.26%
G = 73.68%
B = 21.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#065418 (or 0x065418) is known color: Crusoe. HEX triplet: 06, 54 and 18. RGB value is (6,84,24). Sum of RGB (Red+Green+Blue) = 6+84+24=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #065418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065418 is #F9ABE7. Grayscale: #353535. Windows color (decimal): -16362472 or 1594374. OLE color: 1594374.

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

Color convert

RGB 6 84 24 -
CMYK 0.93 0 0.71 0.67
HSL 133.85º 0.87% 0.18% -
HSV(B) 133.85º 0.93% 0.33% -
XYZ 3.41 6.45 1.93 -
YUV 53.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 6 84 24 0.93 0 0.71 0.67 133.85 0.87 0.18
Hex 6 54 18 5D 0 47 43 86 57 12
Octal 6 124 30 135 0 107 103 206 127 22
Binary 110 1010100 11000 1011101 0 1000111 1000011 10000110 1010111 10010

Color Harmonies of #065418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065418

Black with #065418

Text Example


Text Example

White with #065418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065418; }

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

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

background-color css

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

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

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

border-color css

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

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

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