Html Css Color HEX #095920 Crusoe

📋 copy color: '#095920'

red 9 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #095920

Tints of Crusoe #095920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 68.46%

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

R = 6.92%
G = 68.46%
B = 24.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#095920 (or 0x095920) is known color: Crusoe. HEX triplet: 09, 59 and 20. RGB value is (9,89,32). Sum of RGB (Red+Green+Blue) = 9+89+32=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #095920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095920 is #F6A6DF. Grayscale: #3A3A3A. Windows color (decimal): -16164576 or 2119945. OLE color: 2119945.

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

Color convert

RGB 9 89 32 -
CMYK 0.90 0 0.64 0.65
HSL 137.25º 0.82% 0.19% -
HSV(B) 137.25º 0.9% 0.35% -
XYZ 3.95 7.31 2.57 -
YUV 58.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 9 89 32 0.90 0 0.64 0.65 137.25 0.82 0.19
Hex 9 59 20 5A 0 40 41 89 52 13
Octal 11 131 40 132 0 100 101 211 122 23
Binary 1001 1011001 100000 1011010 0 1000000 1000001 10001001 1010010 10011

Color Harmonies of #095920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095920

Black with #095920

Text Example


Text Example

White with #095920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095920; }

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

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

background-color css

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

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

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

border-color css

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

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

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