Html Css Color HEX #134734 Sherwood Green

📋 copy color: '#134734'

red 19 ◦ green 71 ◦ blue 52

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

Shades of Sherwood Green #134734

Tints of Sherwood Green #134734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 13.38%
G = 50%
B = 36.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#134734 (or 0x134734) is known color: Sherwood Green. HEX triplet: 13, 47 and 34. RGB value is (19,71,52). Sum of RGB (Red+Green+Blue) = 19+71+52=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #134734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134734 is #ECB8CB. Grayscale: #353535. Windows color (decimal): -15513804 or 3426067. OLE color: 3426067.

HSL color Cylindrical-coordinate representation of color #134734: hue angle of 158.08º 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 #134734 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 52 -
CMYK 0.73 0 0.27 0.72
HSL 158.08º 0.58% 0.18% -
HSV(B) 158.08º 0.73% 0.28% -
XYZ 3.14 4.89 4.03 -
YUV 53.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 19 71 52 0.73 0 0.27 0.72 158.08 0.58 0.18
Hex 13 47 34 49 0 1B 48 9E 3A 12
Octal 23 107 64 111 0 33 110 236 72 22
Binary 10011 1000111 110100 1001001 0 11011 1001000 10011110 111010 10010

Color Harmonies of #134734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134734

Black with #134734

Text Example


Text Example

White with #134734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134734; }

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

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

background-color css

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

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

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

border-color css

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

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

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