Html Css Color HEX #114430 Sherwood Green

📋 copy color: '#114430'

red 17 ◦ green 68 ◦ blue 48

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

Shades of Sherwood Green #114430

Tints of Sherwood Green #114430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.13%

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

R = 12.78%
G = 51.13%
B = 36.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#114430 (or 0x114430) is known color: Sherwood Green. HEX triplet: 11, 44 and 30. RGB value is (17,68,48). Sum of RGB (Red+Green+Blue) = 17+68+48=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #114430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114430 is #EEBBCF. Grayscale: #323232. Windows color (decimal): -15645648 or 3163153. OLE color: 3163153.

HSL color Cylindrical-coordinate representation of color #114430: hue angle of 156.47º 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 #114430 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 48 -
CMYK 0.75 0 0.29 0.73
HSL 156.47º 0.6% 0.17% -
HSV(B) 156.47º 0.75% 0.27% -
XYZ 2.83 4.47 3.51 -
YUV 50.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 17 68 48 0.75 0 0.29 0.73 156.47 0.6 0.17
Hex 11 44 30 4B 0 1D 49 9C 3C 11
Octal 21 104 60 113 0 35 111 234 74 21
Binary 10001 1000100 110000 1001011 0 11101 1001001 10011100 111100 10001

Color Harmonies of #114430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114430

Black with #114430

Text Example


Text Example

White with #114430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114430; }

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

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

background-color css

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

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

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

border-color css

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

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

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