#134938

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

Shades of Sherwood Green #134938

Tints of Sherwood Green #134938

Color information

#134938 (or 0x134938) is unknown color: approx Sherwood Green. HEX triplet: 13, 49 and 38. RGB value is (19,73,56). Sum of RGB (Red+Green+Blue) = 19+73+56=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #134938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134938 is #ECB6C7. Grayscale: #363636. Windows color (decimal): -15513288 or 3688723. OLE color: 3688723.

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

Color convert

RGB197356-
CMYK0.7400.230.71
HSL161.11º58.7%18.04%-
HSV(B)161.11º73.97%28.63%-
XYZ3.365.194.57-
YUV54.92128.61102.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=12.84%
G=49.32%
B=37.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973560.7400.230.71161.1158.718.04
Hex1349384A01747a13b12
Octal23111701120271072417322
Binary100111001001111000100101001011110001111010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134938; }

 p { color: rgb(19,73,56); }

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

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

 a { background-color: rgb(19,73,56); }

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

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

 span { border-color: rgb(19,73,56); }

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