Html Css Color HEX #134637 Sherwood Green

📋 copy color: '#134637'

red 19 ◦ green 70 ◦ blue 55

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

Shades of Sherwood Green #134637

Tints of Sherwood Green #134637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 13.19%
G = 48.61%
B = 38.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#134637 (or 0x134637) is known color: Sherwood Green. HEX triplet: 13, 46 and 37. RGB value is (19,70,55). Sum of RGB (Red+Green+Blue) = 19+70+55=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #134637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134637 is #ECB9C8. Grayscale: #353535. Windows color (decimal): -15514057 or 3622419. OLE color: 3622419.

HSL color Cylindrical-coordinate representation of color #134637: hue angle of 162.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134637 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 55 -
CMYK 0.73 0 0.21 0.73
HSL 162.35º 0.57% 0.17% -
HSV(B) 162.35º 0.73% 0.27% -
XYZ 3.15 4.79 4.37 -
YUV 53.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 19 70 55 0.73 0 0.21 0.73 162.35 0.57 0.17
Hex 13 46 37 49 0 15 49 A2 39 11
Octal 23 106 67 111 0 25 111 242 71 21
Binary 10011 1000110 110111 1001001 0 10101 1001001 10100010 111001 10001

Color Harmonies of #134637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134637

Black with #134637

Text Example


Text Example

White with #134637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134637; }

 p { color: rgb(19,70,55); }

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

background-color css

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

 a { background-color: rgb(19,70,55); }

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

border-color css

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

 span { border-color: rgb(19,70,55); }

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