Html Css Color HEX #095820 Crusoe

📋 copy color: '#095820'

red 9 ◦ green 88 ◦ blue 32

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

Shades of Crusoe #095820

Tints of Crusoe #095820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 68.22%

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

R = 6.98%
G = 68.22%
B = 24.81%

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

#095820 (or 0x095820) is known color: Crusoe. HEX triplet: 09, 58 and 20. RGB value is (9,88,32). Sum of RGB (Red+Green+Blue) = 9+88+32=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #095820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095820 is #F6A7DF. Grayscale: #3A3A3A. Windows color (decimal): -16164832 or 2119689. OLE color: 2119689.

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

Color convert

RGB 9 88 32 -
CMYK 0.90 0 0.64 0.65
HSL 137.47º 0.81% 0.19% -
HSV(B) 137.47º 0.9% 0.35% -
XYZ 3.86 7.14 2.54 -
YUV 58 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 9 88 32 0.90 0 0.64 0.65 137.47 0.81 0.19
Hex 9 58 20 5A 0 40 41 89 51 13
Octal 11 130 40 132 0 100 101 211 121 23
Binary 1001 1011000 100000 1011010 0 1000000 1000001 10001001 1010001 10011

Color Harmonies of #095820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095820

Black with #095820

Text Example


Text Example

White with #095820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095820; }

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

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

background-color css

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

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

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

border-color css

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

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

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