Html Css Color HEX #134835 Sherwood Green

📋 copy color: '#134835'

red 19 ◦ green 72 ◦ blue 53

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

Shades of Sherwood Green #134835

Tints of Sherwood Green #134835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

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

R = 13.19%
G = 50%
B = 36.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#134835 (or 0x134835) is known color: Sherwood Green. HEX triplet: 13, 48 and 35. RGB value is (19,72,53). Sum of RGB (Red+Green+Blue) = 19+72+53=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #134835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134835 is #ECB7CA. Grayscale: #363636. Windows color (decimal): -15513547 or 3491859. OLE color: 3491859.

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

Color convert

RGB 19 72 53 -
CMYK 0.74 0 0.26 0.72
HSL 158.49º 0.58% 0.18% -
HSV(B) 158.49º 0.74% 0.28% -
XYZ 3.23 5.03 4.17 -
YUV 53.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 19 72 53 0.74 0 0.26 0.72 158.49 0.58 0.18
Hex 13 48 35 4A 0 1A 48 9E 3A 12
Octal 23 110 65 112 0 32 110 236 72 22
Binary 10011 1001000 110101 1001010 0 11010 1001000 10011110 111010 10010

Color Harmonies of #134835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134835

Black with #134835

Text Example


Text Example

White with #134835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134835; }

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

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

background-color css

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

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

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

border-color css

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

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

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