Html Css Color HEX #115535 County Green

📋 copy color: '#115535'

red 17 ◦ green 85 ◦ blue 53

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

Shades of County Green #115535

Tints of County Green #115535

RGB

 RED value IS 17 (7.03% from 255) = 10.97%

 GREEN value IS 85 (33.59% from 255) = 54.84%

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

R = 10.97%
G = 54.84%
B = 34.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#115535 (or 0x115535) is known color: County Green. HEX triplet: 11, 55 and 35. RGB value is (17,85,53). Sum of RGB (Red+Green+Blue) = 17+85+53=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #115535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115535 is #EEAACA. Grayscale: #3D3D3D. Windows color (decimal): -15641291 or 3495185. OLE color: 3495185.

HSL color Cylindrical-coordinate representation of color #115535: hue angle of 151.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115535 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 53 -
CMYK 0.80 0 0.38 0.67
HSL 151.76º 0.67% 0.2% -
HSV(B) 151.76º 0.8% 0.33% -
XYZ 4.12 6.87 4.48 -
YUV 61.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 17 85 53 0.80 0 0.38 0.67 151.76 0.67 0.2
Hex 11 55 35 50 0 26 43 98 43 14
Octal 21 125 65 120 0 46 103 230 103 24
Binary 10001 1010101 110101 1010000 0 100110 1000011 10011000 1000011 10100

Color Harmonies of #115535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115535

Black with #115535

Text Example


Text Example

White with #115535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115535; }

 p { color: rgb(17,85,53); }

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

background-color css

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

 a { background-color: rgb(17,85,53); }

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

border-color css

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

 span { border-color: rgb(17,85,53); }

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