#318A42

Color #318A42 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #318A42

Tints of Japanese Laurel #318A42

Color information

#318A42 (or 0x318A42) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8A and 42. RGB value is (49,138,66). Sum of RGB (Red+Green+Blue) = 49+138+66=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #318A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A42 is #CE75BD. Grayscale: #676767. Windows color (decimal): -13530558 or 4360753. OLE color: 4360753.

HSL color Cylindrical-coordinate representation of color #318A42: hue angle of 131.46º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A42 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB4913866-
CMYK0.6400.520.46
HSL131.46º47.59%36.67%-
HSV(B)131.46º64.49%54.12%-
XYZ11.3419.228.27-
YUV103.18107.0189.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 138 (54.30% from 255) = 54.55%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=19.37%
G=54.55%
B=26.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49138660.6400.520.46131.4647.5936.67
Hex318A42400342E833025
Octal61212102100064562036045
Binary1100011000101010000101000000011010010111010000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318A42; }

 p { color: rgb(49,138,66); }

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

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

 a { background-color: rgb(49,138,66); }

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

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

 span { border-color: rgb(49,138,66); }

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