Html Css Color HEX #095A20 Crusoe

📋 copy color: '#095A20'

red 9 ◦ green 90 ◦ blue 32

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

Shades of Crusoe #095A20

Tints of Crusoe #095A20

RGB

 RED value IS 9 (3.91% from 255) = 6.87%

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

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

R = 6.87%
G = 68.7%
B = 24.43%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#095A20 (or 0x095A20) is known color: Crusoe. HEX triplet: 09, 5A and 20. RGB value is (9,90,32). Sum of RGB (Red+Green+Blue) = 9+90+32=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #095A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A20 is #F6A5DF. Grayscale: #3B3B3B. Windows color (decimal): -16164320 or 2120201. OLE color: 2120201.

HSL color Cylindrical-coordinate representation of color #095A20: hue angle of 137.04º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A20 is Cyan = 0.9, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 32 -
CMYK 0.9 0 0.64 0.65
HSL 137.04º 0.82% 0.19% -
HSV(B) 137.04º 0.9% 0.35% -
XYZ 4.03 7.47 2.6 -
YUV 59.17 112.66 92.22 -
System Red Green Blue C M Y K H S L
Decimal 9 90 32 0.9 0 0.64 0.65 137.04 0.82 0.19
Hex 9 5A 20 5A 0 40 41 89 52 13
Octal 11 132 40 132 0 100 101 211 122 23
Binary 1001 1011010 100000 1011010 0 1000000 1000001 10001001 1010010 10011

Color Harmonies of #095A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A20

Black with #095A20

Text Example


Text Example

White with #095A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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