Html Css Color HEX #114335 Sherwood Green

📋 copy color: '#114335'

red 17 ◦ green 67 ◦ blue 53

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

Shades of Sherwood Green #114335

Tints of Sherwood Green #114335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.91%

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

R = 12.41%
G = 48.91%
B = 38.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#114335 (or 0x114335) is known color: Sherwood Green. HEX triplet: 11, 43 and 35. RGB value is (17,67,53). Sum of RGB (Red+Green+Blue) = 17+67+53=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #114335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114335 is #EEBCCA. Grayscale: #323232. Windows color (decimal): -15645899 or 3490577. OLE color: 3490577.

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

Color convert

RGB 17 67 53 -
CMYK 0.75 0 0.21 0.74
HSL 163.2º 0.6% 0.16% -
HSV(B) 163.2º 0.75% 0.26% -
XYZ 2.88 4.39 4.06 -
YUV 50.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 17 67 53 0.75 0 0.21 0.74 163.2 0.6 0.16
Hex 11 43 35 4B 0 15 4A A3 3C 10
Octal 21 103 65 113 0 25 112 243 74 20
Binary 10001 1000011 110101 1001011 0 10101 1001010 10100011 111100 10000

Color Harmonies of #114335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114335

Black with #114335

Text Example


Text Example

White with #114335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114335; }

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

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

background-color css

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

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

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

border-color css

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

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

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