Html Css Color HEX #114130 Sherwood Green

📋 copy color: '#114130'

red 17 ◦ green 65 ◦ blue 48

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

Shades of Sherwood Green #114130

Tints of Sherwood Green #114130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 13.08%
G = 50%
B = 36.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#114130 (or 0x114130) is known color: Sherwood Green. HEX triplet: 11, 41 and 30. RGB value is (17,65,48). Sum of RGB (Red+Green+Blue) = 17+65+48=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #114130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114130 is #EEBECF. Grayscale: #303030. Windows color (decimal): -15646416 or 3162385. OLE color: 3162385.

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

Color convert

RGB 17 65 48 -
CMYK 0.74 0 0.26 0.75
HSL 158.75º 0.59% 0.16% -
HSV(B) 158.75º 0.74% 0.25% -
XYZ 2.65 4.11 3.45 -
YUV 48.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 17 65 48 0.74 0 0.26 0.75 158.75 0.59 0.16
Hex 11 41 30 4A 0 1A 4B 9F 3B 10
Octal 21 101 60 112 0 32 113 237 73 20
Binary 10001 1000001 110000 1001010 0 11010 1001011 10011111 111011 10000

Color Harmonies of #114130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114130

Black with #114130

Text Example


Text Example

White with #114130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114130; }

 p { color: rgb(17,65,48); }

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

background-color css

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

 a { background-color: rgb(17,65,48); }

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

border-color css

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

 span { border-color: rgb(17,65,48); }

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