Html Css Color HEX #095D36 Fun Green

📋 copy color: '#095D36'

red 9 ◦ green 93 ◦ blue 54

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

Shades of Fun Green #095D36

Tints of Fun Green #095D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 59.62%

 BLUE value IS 54 (21.48% from 255) = 34.62%

R = 5.77%
G = 59.62%
B = 34.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#095D36 (or 0x095D36) is known color: Fun Green. HEX triplet: 09, 5D and 36. RGB value is (9,93,54). Sum of RGB (Red+Green+Blue) = 9+93+54=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #095D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D36 is #F6A2C9. Grayscale: #3F3F3F. Windows color (decimal): -16163530 or 3562761. OLE color: 3562761.

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

Color convert

RGB 9 93 54 -
CMYK 0.90 0 0.42 0.64
HSL 152.14º 0.82% 0.2% -
HSV(B) 152.14º 0.9% 0.36% -
XYZ 4.69 8.15 4.82 -
YUV 63.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 9 93 54 0.90 0 0.42 0.64 152.14 0.82 0.2
Hex 9 5D 36 5A 0 2A 40 98 52 14
Octal 11 135 66 132 0 52 100 230 122 24
Binary 1001 1011101 110110 1011010 0 101010 1000000 10011000 1010010 10100

Color Harmonies of #095D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D36

Black with #095D36

Text Example


Text Example

White with #095D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,93,54); }

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

background-color css

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

 a { background-color: rgb(9,93,54); }

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

border-color css

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

 span { border-color: rgb(9,93,54); }

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