Html Css Color HEX #095831 Crusoe

📋 copy color: '#095831'

red 9 ◦ green 88 ◦ blue 49

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

Shades of Crusoe #095831

Tints of Crusoe #095831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 6.16%
G = 60.27%
B = 33.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#095831 (or 0x095831) is known color: Crusoe. HEX triplet: 09, 58 and 31. RGB value is (9,88,49). Sum of RGB (Red+Green+Blue) = 9+88+49=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #095831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095831 is #F6A7CE. Grayscale: #3C3C3C. Windows color (decimal): -16164815 or 3233801. OLE color: 3233801.

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

Color convert

RGB 9 88 49 -
CMYK 0.90 0 0.44 0.65
HSL 150.38º 0.81% 0.19% -
HSV(B) 150.38º 0.9% 0.35% -
XYZ 4.16 7.26 4.09 -
YUV 59.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 9 88 49 0.90 0 0.44 0.65 150.38 0.81 0.19
Hex 9 58 31 5A 0 2C 41 96 51 13
Octal 11 130 61 132 0 54 101 226 121 23
Binary 1001 1011000 110001 1011010 0 101100 1000001 10010110 1010001 10011

Color Harmonies of #095831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095831

Black with #095831

Text Example


Text Example

White with #095831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095831; }

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

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

background-color css

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

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

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

border-color css

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

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

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