Html Css Color HEX #134D39 Sherwood Green

📋 copy color: '#134D39'

red 19 ◦ green 77 ◦ blue 57

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

Shades of Sherwood Green #134D39

Tints of Sherwood Green #134D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.33%

 BLUE value IS 57 (22.66% from 255) = 37.25%

R = 12.42%
G = 50.33%
B = 37.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#134D39 (or 0x134D39) is known color: Sherwood Green. HEX triplet: 13, 4D and 39. RGB value is (19,77,57). Sum of RGB (Red+Green+Blue) = 19+77+57=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #134D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D39 is #ECB2C6. Grayscale: #393939. Windows color (decimal): -15512263 or 3755283. OLE color: 3755283.

HSL color Cylindrical-coordinate representation of color #134D39: hue angle of 159.31º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D39 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 57 -
CMYK 0.75 0 0.26 0.70
HSL 159.31º 0.6% 0.19% -
HSV(B) 159.31º 0.75% 0.3% -
XYZ 3.66 5.74 4.79 -
YUV 57.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 19 77 57 0.75 0 0.26 0.70 159.31 0.6 0.19
Hex 13 4D 39 4B 0 1A 46 9F 3C 13
Octal 23 115 71 113 0 32 106 237 74 23
Binary 10011 1001101 111001 1001011 0 11010 1000110 10011111 111100 10011

Color Harmonies of #134D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D39

Black with #134D39

Text Example


Text Example

White with #134D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D39; }

 p { color: rgb(19,77,57); }

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

background-color css

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

 a { background-color: rgb(19,77,57); }

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

border-color css

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

 span { border-color: rgb(19,77,57); }

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