Html Css Color HEX #095D35 Fun Green

📋 copy color: '#095D35'

red 9 ◦ green 93 ◦ blue 53

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

Shades of Fun Green #095D35

Tints of Fun Green #095D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 5.81%
G = 60%
B = 34.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#095D35 (or 0x095D35) is known color: Fun Green. HEX triplet: 09, 5D and 35. RGB value is (9,93,53). Sum of RGB (Red+Green+Blue) = 9+93+53=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #095D35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D35 is #F6A2CA. Grayscale: #3F3F3F. Windows color (decimal): -16163531 or 3497225. OLE color: 3497225.

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

Color convert

RGB 9 93 53 -
CMYK 0.90 0 0.43 0.64
HSL 151.43º 0.82% 0.2% -
HSV(B) 151.43º 0.9% 0.36% -
XYZ 4.67 8.14 4.69 -
YUV 63.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 9 93 53 0.90 0 0.43 0.64 151.43 0.82 0.2
Hex 9 5D 35 5A 0 2B 40 97 52 14
Octal 11 135 65 132 0 53 100 227 122 24
Binary 1001 1011101 110101 1011010 0 101011 1000000 10010111 1010010 10100

Color Harmonies of #095D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D35

Black with #095D35

Text Example


Text Example

White with #095D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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