Html Css Color HEX #095B35 Fun Green

📋 copy color: '#095B35'

red 9 ◦ green 91 ◦ blue 53

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

Shades of Fun Green #095B35

Tints of Fun Green #095B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 59.48%

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

R = 5.88%
G = 59.48%
B = 34.64%

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

#095B35 (or 0x095B35) is known color: Fun Green. HEX triplet: 09, 5B and 35. RGB value is (9,91,53). Sum of RGB (Red+Green+Blue) = 9+91+53=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #095B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B35 is #F6A4CA. Grayscale: #3E3E3E. Windows color (decimal): -16164043 or 3496713. OLE color: 3496713.

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

Color convert

RGB 9 91 53 -
CMYK 0.90 0 0.42 0.64
HSL 152.2º 0.82% 0.2% -
HSV(B) 152.2º 0.9% 0.36% -
XYZ 4.5 7.8 4.64 -
YUV 62.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 9 91 53 0.90 0 0.42 0.64 152.2 0.82 0.2
Hex 9 5B 35 5A 0 2A 40 98 52 14
Octal 11 133 65 132 0 52 100 230 122 24
Binary 1001 1011011 110101 1011010 0 101010 1000000 10011000 1010010 10100

Color Harmonies of #095B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B35

Black with #095B35

Text Example


Text Example

White with #095B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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