Html Css Color HEX #065319 Crusoe

📋 copy color: '#065319'

red 6 ◦ green 83 ◦ blue 25

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

Shades of Crusoe #065319

Tints of Crusoe #065319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 5.26%
G = 72.81%
B = 21.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#065319 (or 0x065319) is known color: Crusoe. HEX triplet: 06, 53 and 19. RGB value is (6,83,25). Sum of RGB (Red+Green+Blue) = 6+83+25=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #065319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065319 is #F9ACE6. Grayscale: #353535. Windows color (decimal): -16362727 or 1659654. OLE color: 1659654.

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

Color convert

RGB 6 83 25 -
CMYK 0.93 0 0.70 0.67
HSL 134.81º 0.87% 0.17% -
HSV(B) 134.81º 0.93% 0.33% -
XYZ 3.34 6.3 1.96 -
YUV 53.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 6 83 25 0.93 0 0.70 0.67 134.81 0.87 0.17
Hex 6 53 19 5D 0 46 43 87 57 11
Octal 6 123 31 135 0 106 103 207 127 21
Binary 110 1010011 11001 1011101 0 1000110 1000011 10000111 1010111 10001

Color Harmonies of #065319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065319

Black with #065319

Text Example


Text Example

White with #065319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065319; }

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

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

background-color css

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

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

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

border-color css

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

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

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