#114234

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

Shades of Sherwood Green #114234

Tints of Sherwood Green #114234

Color information

#114234 (or 0x114234) is unknown color: approx Sherwood Green. HEX triplet: 11, 42 and 34. RGB value is (17,66,52). Sum of RGB (Red+Green+Blue) = 17+66+52=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #114234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114234 is #EEBDCB. Grayscale: #313131. Windows color (decimal): -15646156 or 3424785. OLE color: 3424785.

HSL color Cylindrical-coordinate representation of color #114234: hue angle of 162.86º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114234 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB176652-
CMYK0.7400.210.74
HSL162.86º59.04%16.27%-
HSV(B)162.86º74.24%25.88%-
XYZ2.84.263.92-
YUV49.75129.27104.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=12.59%
G=48.89%
B=38.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766520.7400.210.74162.8659.0416.27
Hex1142344A0154Aa33b10
Octal21102641120251122437320
Binary100011000010110100100101001010110010101010001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114234; }

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

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

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

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

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

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

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

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