Html Css Color HEX #134A36 Sherwood Green

📋 copy color: '#134A36'

red 19 ◦ green 74 ◦ blue 54

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

Shades of Sherwood Green #134A36

Tints of Sherwood Green #134A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.34%

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

R = 12.93%
G = 50.34%
B = 36.73%

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

#134A36 (or 0x134A36) is known color: Sherwood Green. HEX triplet: 13, 4A and 36. RGB value is (19,74,54). Sum of RGB (Red+Green+Blue) = 19+74+54=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #134A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A36 is #ECB5C9. Grayscale: #373737. Windows color (decimal): -15513034 or 3557907. OLE color: 3557907.

HSL color Cylindrical-coordinate representation of color #134A36: hue angle of 158.18º 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 #134A36 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 74 54 -
CMYK 0.74 0 0.27 0.71
HSL 158.18º 0.59% 0.18% -
HSV(B) 158.18º 0.74% 0.29% -
XYZ 3.38 5.3 4.34 -
YUV 55.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 19 74 54 0.74 0 0.27 0.71 158.18 0.59 0.18
Hex 13 4A 36 4A 0 1B 47 9E 3B 12
Octal 23 112 66 112 0 33 107 236 73 22
Binary 10011 1001010 110110 1001010 0 11011 1000111 10011110 111011 10010

Color Harmonies of #134A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A36

Black with #134A36

Text Example


Text Example

White with #134A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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