Html Css Color HEX #114534 Sherwood Green

📋 copy color: '#114534'

red 17 ◦ green 69 ◦ blue 52

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

Shades of Sherwood Green #114534

Tints of Sherwood Green #114534

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.7% from 255) = 37.68%

R = 12.32%
G = 50%
B = 37.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#114534 (or 0x114534) is known color: 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

RGB 17 69 52 -
CMYK 0.75 0 0.25 0.73
HSL 160.38º 0.6% 0.17% -
HSV(B) 160.38º 0.75% 0.27% -
XYZ 2.98 4.62 3.98 -
YUV 51.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 17 69 52 0.75 0 0.25 0.73 160.38 0.6 0.17
Hex 11 45 34 4B 0 19 49 A0 3C 11
Octal 21 105 64 113 0 31 111 240 74 21
Binary 10001 1000101 110100 1001011 0 11001 1001001 10100000 111100 10001

Color Harmonies of #114534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114534

Black with #114534

Text Example


Text Example

White with #114534

Text Example


Text Example

HTML Codes & Css Web 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>