Html Css Color HEX #065A19 Crusoe

📋 copy color: '#065A19'

red 6 ◦ green 90 ◦ blue 25

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

Shades of Crusoe #065A19

Tints of Crusoe #065A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 74.38%

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

R = 4.96%
G = 74.38%
B = 20.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#065A19 (or 0x065A19) is known color: Crusoe. HEX triplet: 06, 5A and 19. RGB value is (6,90,25). Sum of RGB (Red+Green+Blue) = 6+90+25=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #065A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A19 is #F9A5E6. Grayscale: #393939. Windows color (decimal): -16360935 or 1661446. OLE color: 1661446.

HSL color Cylindrical-coordinate representation of color #065A19: hue angle of 133.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A19 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 90 25 -
CMYK 0.93 0 0.72 0.65
HSL 133.57º 0.88% 0.19% -
HSV(B) 133.57º 0.93% 0.35% -
XYZ 3.91 7.42 2.15 -
YUV 57.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 6 90 25 0.93 0 0.72 0.65 133.57 0.88 0.19
Hex 6 5A 19 5D 0 48 41 86 58 13
Octal 6 132 31 135 0 110 101 206 130 23
Binary 110 1011010 11001 1011101 0 1001000 1000001 10000110 1011000 10011

Color Harmonies of #065A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A19

Black with #065A19

Text Example


Text Example

White with #065A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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