#134F3C

Color #134F3C Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #134F3C

Tints of Sherwood Green #134F3C

Color information

#134F3C (or 0x134F3C) is unknown color: approx Sherwood Green. HEX triplet: 13, 4F and 3C. RGB value is (19,79,60). Sum of RGB (Red+Green+Blue) = 19+79+60=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #134F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F3C is #ECB0C3. Grayscale: #3A3A3A. Windows color (decimal): -15511748 or 3952403. OLE color: 3952403.

HSL color Cylindrical-coordinate representation of color #134F3C: hue angle of 161º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F3C is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB197960-
CMYK0.7600.240.69
HSL161º61.22%19.22%-
HSV(B)161º75.95%30.98%-
XYZ3.886.065.24-
YUV58.89128.6299.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=12.03%
G=50%
B=37.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1979600.7600.240.6916161.2219.22
Hex134F3C4C01845a13d13
Octal23117741140301052417523
Binary100111001111111100100110001100010001011010000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,79,60); }

 H1.HeaderClassName
 {
   color: #134F3C;
 }
 .AnyTagClassName
 {
   color: #134F3C;
 }
</style>
background-color css

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

 a { background-color: rgb(19,79,60); }

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

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

 span { border-color: rgb(19,79,60); }

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