Html Css Color HEX #096535 Fun Green

📋 copy color: '#096535'

red 9 ◦ green 101 ◦ blue 53

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

Shades of Fun Green #096535

Tints of Fun Green #096535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 61.96%

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

R = 5.52%
G = 61.96%
B = 32.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#096535 (or 0x096535) is known color: Fun Green. HEX triplet: 09, 65 and 35. RGB value is (9,101,53). Sum of RGB (Red+Green+Blue) = 9+101+53=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #096535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096535 is #F69ACA. Grayscale: #444444. Windows color (decimal): -16161483 or 3499273. OLE color: 3499273.

HSL color Cylindrical-coordinate representation of color #096535: hue angle of 148.7º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096535 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 53 -
CMYK 0.91 0 0.48 0.60
HSL 148.7º 0.84% 0.22% -
HSV(B) 148.7º 0.91% 0.4% -
XYZ 5.41 9.62 4.94 -
YUV 68.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 9 101 53 0.91 0 0.48 0.60 148.7 0.84 0.22
Hex 9 65 35 5B 0 30 3C 95 54 16
Octal 11 145 65 133 0 60 74 225 124 26
Binary 1001 1100101 110101 1011011 0 110000 111100 10010101 1010100 10110

Color Harmonies of #096535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096535

Black with #096535

Text Example


Text Example

White with #096535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096535; }

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

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

background-color css

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

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

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

border-color css

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

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

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