Html Css Color HEX #134736 Sherwood Green

📋 copy color: '#134736'

red 19 ◦ green 71 ◦ blue 54

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

Shades of Sherwood Green #134736

Tints of Sherwood Green #134736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.31%

 BLUE value IS 54 (21.48% from 255) = 37.5%

R = 13.19%
G = 49.31%
B = 37.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#134736 (or 0x134736) is known color: Sherwood Green. HEX triplet: 13, 47 and 36. RGB value is (19,71,54). Sum of RGB (Red+Green+Blue) = 19+71+54=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #134736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134736 is #ECB8C9. Grayscale: #353535. Windows color (decimal): -15513802 or 3557139. OLE color: 3557139.

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

Color convert

RGB 19 71 54 -
CMYK 0.73 0 0.24 0.72
HSL 160.38º 0.58% 0.18% -
HSV(B) 160.38º 0.73% 0.28% -
XYZ 3.19 4.91 4.27 -
YUV 53.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 19 71 54 0.73 0 0.24 0.72 160.38 0.58 0.18
Hex 13 47 36 49 0 18 48 A0 3A 12
Octal 23 107 66 111 0 30 110 240 72 22
Binary 10011 1000111 110110 1001001 0 11000 1001000 10100000 111010 10010

Color Harmonies of #134736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134736

Black with #134736

Text Example


Text Example

White with #134736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134736; }

 p { color: rgb(19,71,54); }

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

background-color css

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

 a { background-color: rgb(19,71,54); }

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

border-color css

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

 span { border-color: rgb(19,71,54); }

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