#095F3B

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

Shades of Fun Green #095F3B

Tints of Fun Green #095F3B

Color information

#095F3B (or 0x095F3B) is unknown color: approx Fun Green. HEX triplet: 09, 5F and 3B. RGB value is (9,95,59). Sum of RGB (Red+Green+Blue) = 9+95+59=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #095F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F3B is #F6A0C4. Grayscale: #414141. Windows color (decimal): -16163013 or 3890953. OLE color: 3890953.

HSL color Cylindrical-coordinate representation of color #095F3B: hue angle of 154.88º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F3B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB99559-
CMYK0.9100.380.63
HSL154.88º82.69%20.39%-
HSV(B)154.88º90.53%37.25%-
XYZ4.998.565.53-
YUV65.18124.5187.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=5.52%
G=58.28%
B=36.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995590.9100.380.63154.8882.6920.39
Hex95F3B5B0263F9b5314
Octal11137731330467723312324
Binary100110111111110111011011010011011111110011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,95,59); }

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

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

 a { background-color: rgb(9,95,59); }

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

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

 span { border-color: rgb(9,95,59); }

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