#095C30

Color #095C30 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #095C30

Tints of Crusoe #095C30

Color information

#095C30 (or 0x095C30) is unknown color: approx Crusoe. HEX triplet: 09, 5C and 30. RGB value is (9,92,48). Sum of RGB (Red+Green+Blue) = 9+92+48=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 92 (36.33% from 255 or 61.74% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 92 - color contains mainly: green. Hex color #095C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C30 is #F6A3CF. Grayscale: #3E3E3E. Windows color (decimal): -16163792 or 3169289. OLE color: 3169289.

HSL color Cylindrical-coordinate representation of color #095C30: hue angle of 148.19º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C30 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB99248-
CMYK0.9000.480.64
HSL148.19º82.18%19.8%-
HSV(B)148.19º90.22%36.08%-
XYZ4.477.934.09-
YUV62.1712090.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 92 (36.33% from 255) = 61.74%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=6.04%
G=61.74%
B=32.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992480.9000.480.64148.1982.1819.8
Hex95C305A03040945214
Octal111346013206010022412224
Binary1001101110011000010110100110000100000010010100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,48); }

 H1.HeaderClassName
 {
   color: #095C30;
 }
 .AnyTagClassName
 {
   color: #095C30;
 }
</style>
background-color css

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

 a { background-color: rgb(9,92,48); }

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

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

 span { border-color: rgb(9,92,48); }

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