Html Css Color HEX #115334 County Green

📋 copy color: '#115334'

red 17 ◦ green 83 ◦ blue 52

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

Shades of County Green #115334

Tints of County Green #115334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.61%

 BLUE value IS 52 (20.7% from 255) = 34.21%

R = 11.18%
G = 54.61%
B = 34.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#115334 (or 0x115334) is known color: County Green. HEX triplet: 11, 53 and 34. RGB value is (17,83,52). Sum of RGB (Red+Green+Blue) = 17+83+52=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #115334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115334 is #EEACCB. Grayscale: #3B3B3B. Windows color (decimal): -15641804 or 3429137. OLE color: 3429137.

HSL color Cylindrical-coordinate representation of color #115334: hue angle of 151.82º degrees, saturation: 0.66, 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 #115334 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 52 -
CMYK 0.80 0 0.37 0.67
HSL 151.82º 0.66% 0.2% -
HSV(B) 151.82º 0.8% 0.33% -
XYZ 3.94 6.55 4.31 -
YUV 59.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 17 83 52 0.80 0 0.37 0.67 151.82 0.66 0.2
Hex 11 53 34 50 0 25 43 98 42 14
Octal 21 123 64 120 0 45 103 230 102 24
Binary 10001 1010011 110100 1010000 0 100101 1000011 10011000 1000010 10100

Color Harmonies of #115334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115334

Black with #115334

Text Example


Text Example

White with #115334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115334; }

 p { color: rgb(17,83,52); }

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

background-color css

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

 a { background-color: rgb(17,83,52); }

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

border-color css

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

 span { border-color: rgb(17,83,52); }

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