Html Css Color HEX #095F3B Fun Green

📋 copy color: '#095F3B'

red 9 ◦ green 95 ◦ blue 59

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

Shades of Fun Green #095F3B

Tints of Fun Green #095F3B

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.2%

R = 5.52%
G = 58.28%
B = 36.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#095F3B (or 0x095F3B) is known color: 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

RGB 9 95 59 -
CMYK 0.91 0 0.38 0.63
HSL 154.88º 0.83% 0.2% -
HSV(B) 154.88º 0.91% 0.37% -
XYZ 4.99 8.56 5.53 -
YUV 65.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 9 95 59 0.91 0 0.38 0.63 154.88 0.83 0.2
Hex 9 5F 3B 5B 0 26 3F 9B 53 14
Octal 11 137 73 133 0 46 77 233 123 24
Binary 1001 1011111 111011 1011011 0 100110 111111 10011011 1010011 10100

Color Harmonies of #095F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F3B

Black with #095F3B

Text Example


Text Example

White with #095F3B

Text Example


Text Example

HTML Codes & Css Web 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>