Html Css Color HEX #134431 Sherwood Green

📋 copy color: '#134431'

red 19 ◦ green 68 ◦ blue 49

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

Shades of Sherwood Green #134431

Tints of Sherwood Green #134431

RGB

 RED value IS 19 (7.81% from 255) = 13.97%

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

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 13.97%
G = 50%
B = 36.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#134431 (or 0x134431) is known color: Sherwood Green. HEX triplet: 13, 44 and 31. RGB value is (19,68,49). Sum of RGB (Red+Green+Blue) = 19+68+49=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #134431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134431 is #ECBBCE. Grayscale: #333333. Windows color (decimal): -15514575 or 3228691. OLE color: 3228691.

HSL color Cylindrical-coordinate representation of color #134431: hue angle of 156.73º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134431 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 49 -
CMYK 0.72 0 0.28 0.73
HSL 156.73º 0.56% 0.17% -
HSV(B) 156.73º 0.72% 0.27% -
XYZ 2.89 4.49 3.62 -
YUV 51.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 19 68 49 0.72 0 0.28 0.73 156.73 0.56 0.17
Hex 13 44 31 48 0 1C 49 9D 38 11
Octal 23 104 61 110 0 34 111 235 70 21
Binary 10011 1000100 110001 1001000 0 11100 1001001 10011101 111000 10001

Color Harmonies of #134431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134431

Black with #134431

Text Example


Text Example

White with #134431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134431; }

 p { color: rgb(19,68,49); }

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

background-color css

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

 a { background-color: rgb(19,68,49); }

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

border-color css

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

 span { border-color: rgb(19,68,49); }

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