Html Css Color HEX #065313 Crusoe

📋 copy color: '#065313'

red 6 ◦ green 83 ◦ blue 19

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

Shades of Crusoe #065313

Tints of Crusoe #065313

RGB

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

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

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

R = 5.56%
G = 76.85%
B = 17.59%

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

#065313 (or 0x065313) is known color: Crusoe. HEX triplet: 06, 53 and 13. RGB value is (6,83,19). Sum of RGB (Red+Green+Blue) = 6+83+19=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #065313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065313 is #F9ACEC. Grayscale: #343434. Windows color (decimal): -16362733 or 1266438. OLE color: 1266438.

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

Color convert

RGB 6 83 19 -
CMYK 0.93 0 0.77 0.67
HSL 130.13º 0.87% 0.17% -
HSV(B) 130.13º 0.93% 0.33% -
XYZ 3.29 6.27 1.65 -
YUV 52.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 6 83 19 0.93 0 0.77 0.67 130.13 0.87 0.17
Hex 6 53 13 5D 0 4D 43 82 57 11
Octal 6 123 23 135 0 115 103 202 127 21
Binary 110 1010011 10011 1011101 0 1001101 1000011 10000010 1010111 10001

Color Harmonies of #065313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065313

Black with #065313

Text Example


Text Example

White with #065313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065313; }

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

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

background-color css

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

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

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

border-color css

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

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

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