#095B3A

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

Shades of Fun Green #095B3A

Tints of Fun Green #095B3A

Color information

#095B3A (or 0x095B3A) is unknown color: approx Fun Green. HEX triplet: 09, 5B and 3A. RGB value is (9,91,58). Sum of RGB (Red+Green+Blue) = 9+91+58=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #095B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B3A is #F6A4C5. Grayscale: #3E3E3E. Windows color (decimal): -16164038 or 3824393. OLE color: 3824393.

HSL color Cylindrical-coordinate representation of color #095B3A: hue angle of 155.85º 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 #095B3A is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB99158-
CMYK0.9000.360.64
HSL155.85º82%19.61%-
HSV(B)155.85º90.11%35.69%-
XYZ4.627.855.27-
YUV62.72125.3389.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 91 (35.94% from 255) = 57.59%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=5.70%
G=57.59%
B=36.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991580.9000.360.64155.858219.61
Hex95B3A5A024409c5214
Octal111337213204410023412224
Binary1001101101111101010110100100100100000010011100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,91,58); }

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

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

 a { background-color: rgb(9,91,58); }

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

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

 span { border-color: rgb(9,91,58); }

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