Html Css Color HEX #134032 Sherwood Green

📋 copy color: '#134032'

red 19 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #134032

Tints of Sherwood Green #134032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 14.29%
G = 48.12%
B = 37.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#134032 (or 0x134032) is known color: Sherwood Green. HEX triplet: 13, 40 and 32. RGB value is (19,64,50). Sum of RGB (Red+Green+Blue) = 19+64+50=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #134032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134032 is #ECBFCD. Grayscale: #303030. Windows color (decimal): -15515598 or 3293203. OLE color: 3293203.

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

Color convert

RGB 19 64 50 -
CMYK 0.70 0 0.22 0.75
HSL 161.33º 0.54% 0.16% -
HSV(B) 161.33º 0.7% 0.25% -
XYZ 2.68 4.04 3.66 -
YUV 48.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 19 64 50 0.70 0 0.22 0.75 161.33 0.54 0.16
Hex 13 40 32 46 0 16 4B A1 36 10
Octal 23 100 62 106 0 26 113 241 66 20
Binary 10011 1000000 110010 1000110 0 10110 1001011 10100001 110110 10000

Color Harmonies of #134032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134032

Black with #134032

Text Example


Text Example

White with #134032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134032; }

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

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

background-color css

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

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

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

border-color css

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

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

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