Html Css Color HEX #065A20 Crusoe

📋 copy color: '#065A20'

red 6 ◦ green 90 ◦ blue 32

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

Shades of Crusoe #065A20

Tints of Crusoe #065A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25%

R = 4.69%
G = 70.31%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#065A20 (or 0x065A20) is known color: Crusoe. HEX triplet: 06, 5A and 20. RGB value is (6,90,32). Sum of RGB (Red+Green+Blue) = 6+90+32=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #065A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A20 is #F9A5DF. Grayscale: #3A3A3A. Windows color (decimal): -16360928 or 2120198. OLE color: 2120198.

HSL color Cylindrical-coordinate representation of color #065A20: hue angle of 138.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 #065A20 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 90 32 -
CMYK 0.93 0 0.64 0.65
HSL 138.57º 0.88% 0.19% -
HSV(B) 138.57º 0.93% 0.35% -
XYZ 3.99 7.46 2.6 -
YUV 58.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 6 90 32 0.93 0 0.64 0.65 138.57 0.88 0.19
Hex 6 5A 20 5D 0 40 41 8B 58 13
Octal 6 132 40 135 0 100 101 213 130 23
Binary 110 1011010 100000 1011101 0 1000000 1000001 10001011 1011000 10011

Color Harmonies of #065A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A20

Black with #065A20

Text Example


Text Example

White with #065A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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