Html Css Color HEX #134935 Sherwood Green

📋 copy color: '#134935'

red 19 ◦ green 73 ◦ blue 53

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

Shades of Sherwood Green #134935

Tints of Sherwood Green #134935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.34%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 13.1%
G = 50.34%
B = 36.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#134935 (or 0x134935) is known color: Sherwood Green. HEX triplet: 13, 49 and 35. RGB value is (19,73,53). Sum of RGB (Red+Green+Blue) = 19+73+53=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #134935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134935 is #ECB6CA. Grayscale: #363636. Windows color (decimal): -15513291 or 3492115. OLE color: 3492115.

HSL color Cylindrical-coordinate representation of color #134935: hue angle of 157.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134935 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 53 -
CMYK 0.74 0 0.27 0.71
HSL 157.78º 0.59% 0.18% -
HSV(B) 157.78º 0.74% 0.29% -
XYZ 3.29 5.16 4.19 -
YUV 54.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 19 73 53 0.74 0 0.27 0.71 157.78 0.59 0.18
Hex 13 49 35 4A 0 1B 47 9E 3B 12
Octal 23 111 65 112 0 33 107 236 73 22
Binary 10011 1001001 110101 1001010 0 11011 1000111 10011110 111011 10010

Color Harmonies of #134935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134935

Black with #134935

Text Example


Text Example

White with #134935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134935; }

 p { color: rgb(19,73,53); }

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

background-color css

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

 a { background-color: rgb(19,73,53); }

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

border-color css

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

 span { border-color: rgb(19,73,53); }

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