Html Css Color HEX #065318 Crusoe

📋 copy color: '#065318'

red 6 ◦ green 83 ◦ blue 24

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

Shades of Crusoe #065318

Tints of Crusoe #065318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 73.45%

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

R = 5.31%
G = 73.45%
B = 21.24%

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

#065318 (or 0x065318) is known color: Crusoe. HEX triplet: 06, 53 and 18. RGB value is (6,83,24). Sum of RGB (Red+Green+Blue) = 6+83+24=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #065318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065318 is #F9ACE7. Grayscale: #353535. Windows color (decimal): -16362728 or 1594118. OLE color: 1594118.

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

Color convert

RGB 6 83 24 -
CMYK 0.93 0 0.71 0.67
HSL 134.03º 0.87% 0.17% -
HSV(B) 134.03º 0.93% 0.33% -
XYZ 3.33 6.29 1.9 -
YUV 53.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 6 83 24 0.93 0 0.71 0.67 134.03 0.87 0.17
Hex 6 53 18 5D 0 47 43 86 57 11
Octal 6 123 30 135 0 107 103 206 127 21
Binary 110 1010011 11000 1011101 0 1000111 1000011 10000110 1010111 10001

Color Harmonies of #065318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065318

Black with #065318

Text Example


Text Example

White with #065318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065318; }

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

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

background-color css

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

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

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

border-color css

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

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

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