#114534

Color #114534 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #114534

Tints of Sherwood Green #114534

Color information

#114534 (or 0x114534) is unknown color: approx Sherwood Green. HEX triplet: 11, 45 and 34. RGB value is (17,69,52). Sum of RGB (Red+Green+Blue) = 17+69+52=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #114534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114534 is #EEBACB. Grayscale: #333333. Windows color (decimal): -15645388 or 3425553. OLE color: 3425553.

HSL color Cylindrical-coordinate representation of color #114534: hue angle of 160.38º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114534 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB176952-
CMYK0.7500.250.73
HSL160.38º60.47%16.86%-
HSV(B)160.38º75.36%27.06%-
XYZ2.984.623.98-
YUV51.51128.27103.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=12.32%
G=50%
B=37.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769520.7500.250.73160.3860.4716.86
Hex1145344B01949a03c11
Octal21105641130311112407421
Binary100011000101110100100101101100110010011010000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114534; }

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

 H1.HeaderClassName
 {
   color: #114534;
 }
 .AnyTagClassName
 {
   color: #114534;
 }
</style>
background-color css

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

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

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

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

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

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