Html Css Color HEX #134732 Sherwood Green

📋 copy color: '#134732'

red 19 ◦ green 71 ◦ blue 50

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

Shades of Sherwood Green #134732

Tints of Sherwood Green #134732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.71%

R = 13.57%
G = 50.71%
B = 35.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#134732 (or 0x134732) is known color: Sherwood Green. HEX triplet: 13, 47 and 32. RGB value is (19,71,50). Sum of RGB (Red+Green+Blue) = 19+71+50=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #134732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134732 is #ECB8CD. Grayscale: #353535. Windows color (decimal): -15513806 or 3294995. OLE color: 3294995.

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

Color convert

RGB 19 71 50 -
CMYK 0.73 0 0.30 0.72
HSL 155.77º 0.58% 0.18% -
HSV(B) 155.77º 0.73% 0.28% -
XYZ 3.1 4.88 3.8 -
YUV 53.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 19 71 50 0.73 0 0.30 0.72 155.77 0.58 0.18
Hex 13 47 32 49 0 1E 48 9C 3A 12
Octal 23 107 62 111 0 36 110 234 72 22
Binary 10011 1000111 110010 1001001 0 11110 1001000 10011100 111010 10010

Color Harmonies of #134732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134732

Black with #134732

Text Example


Text Example

White with #134732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134732; }

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

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

background-color css

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

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

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

border-color css

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

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

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