Html Css Color HEX #134031 Sherwood Green

📋 copy color: '#134031'

red 19 ◦ green 64 ◦ blue 49

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

Shades of Sherwood Green #134031

Tints of Sherwood Green #134031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

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

R = 14.39%
G = 48.48%
B = 37.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#134031 (or 0x134031) is known color: Sherwood Green. HEX triplet: 13, 40 and 31. RGB value is (19,64,49). Sum of RGB (Red+Green+Blue) = 19+64+49=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #134031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134031 is #ECBFCE. Grayscale: #303030. Windows color (decimal): -15515599 or 3227667. OLE color: 3227667.

HSL color Cylindrical-coordinate representation of color #134031: hue angle of 160º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134031 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 49 -
CMYK 0.70 0 0.23 0.75
HSL 160º 0.54% 0.16% -
HSV(B) 160º 0.7% 0.25% -
XYZ 2.66 4.03 3.54 -
YUV 48.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 19 64 49 0.70 0 0.23 0.75 160 0.54 0.16
Hex 13 40 31 46 0 17 4B A0 36 10
Octal 23 100 61 106 0 27 113 240 66 20
Binary 10011 1000000 110001 1000110 0 10111 1001011 10100000 110110 10000

Color Harmonies of #134031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134031

Black with #134031

Text Example


Text Example

White with #134031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134031; }

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

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

background-color css

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

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

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

border-color css

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

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

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