Html Css Color HEX #065417 Crusoe

📋 copy color: '#065417'

red 6 ◦ green 84 ◦ blue 23

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

Shades of Crusoe #065417

Tints of Crusoe #065417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.35%

R = 5.31%
G = 74.34%
B = 20.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#065417 (or 0x065417) is known color: Crusoe. HEX triplet: 06, 54 and 17. RGB value is (6,84,23). Sum of RGB (Red+Green+Blue) = 6+84+23=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #065417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065417 is #F9ABE8. Grayscale: #353535. Windows color (decimal): -16362473 or 1528838. OLE color: 1528838.

HSL color Cylindrical-coordinate representation of color #065417: hue angle of 133.08º 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 #065417 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 23 -
CMYK 0.93 0 0.73 0.67
HSL 133.08º 0.87% 0.18% -
HSV(B) 133.08º 0.93% 0.33% -
XYZ 3.4 6.44 1.87 -
YUV 53.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 6 84 23 0.93 0 0.73 0.67 133.08 0.87 0.18
Hex 6 54 17 5D 0 49 43 85 57 12
Octal 6 124 27 135 0 111 103 205 127 22
Binary 110 1010100 10111 1011101 0 1001001 1000011 10000101 1010111 10010

Color Harmonies of #065417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065417

Black with #065417

Text Example


Text Example

White with #065417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065417; }

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

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

background-color css

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

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

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

border-color css

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

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

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