Html Css Color HEX #065413 Crusoe

📋 copy color: '#065413'

red 6 ◦ green 84 ◦ blue 19

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

Shades of Crusoe #065413

Tints of Crusoe #065413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 5.5%
G = 77.06%
B = 17.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#065413 (or 0x065413) is known color: Crusoe. HEX triplet: 06, 54 and 13. RGB value is (6,84,19). Sum of RGB (Red+Green+Blue) = 6+84+19=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #065413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065413 is #F9ABEC. Grayscale: #353535. Windows color (decimal): -16362477 or 1266694. OLE color: 1266694.

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

Color convert

RGB 6 84 19 -
CMYK 0.93 0 0.77 0.67
HSL 130º 0.87% 0.18% -
HSV(B) 130º 0.93% 0.33% -
XYZ 3.36 6.43 1.68 -
YUV 53.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 6 84 19 0.93 0 0.77 0.67 130 0.87 0.18
Hex 6 54 13 5D 0 4D 43 82 57 12
Octal 6 124 23 135 0 115 103 202 127 22
Binary 110 1010100 10011 1011101 0 1001101 1000011 10000010 1010111 10010

Color Harmonies of #065413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065413

Black with #065413

Text Example


Text Example

White with #065413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065413; }

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

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

background-color css

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

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

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

border-color css

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

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

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