Html Css Color HEX #095128 Crusoe

📋 copy color: '#095128'

red 9 ◦ green 81 ◦ blue 40

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

Shades of Crusoe #095128

Tints of Crusoe #095128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 62.31%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 6.92%
G = 62.31%
B = 30.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#095128 (or 0x095128) is known color: Crusoe. HEX triplet: 09, 51 and 28. RGB value is (9,81,40). Sum of RGB (Red+Green+Blue) = 9+81+40=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #095128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095128 is #F6AED7. Grayscale: #363636. Windows color (decimal): -16166616 or 2642185. OLE color: 2642185.

HSL color Cylindrical-coordinate representation of color #095128: hue angle of 145.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095128 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 40 -
CMYK 0.89 0 0.51 0.68
HSL 145.83º 0.8% 0.18% -
HSV(B) 145.83º 0.89% 0.32% -
XYZ 3.44 6.1 3 -
YUV 54.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 9 81 40 0.89 0 0.51 0.68 145.83 0.8 0.18
Hex 9 51 28 59 0 33 44 92 50 12
Octal 11 121 50 131 0 63 104 222 120 22
Binary 1001 1010001 101000 1011001 0 110011 1000100 10010010 1010000 10010

Color Harmonies of #095128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095128

Black with #095128

Text Example


Text Example

White with #095128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095128; }

 p { color: rgb(9,81,40); }

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

background-color css

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

 a { background-color: rgb(9,81,40); }

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

border-color css

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

 span { border-color: rgb(9,81,40); }

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