#318A38

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

Shades of Japanese Laurel #318A38

Tints of Japanese Laurel #318A38

Color information

#318A38 (or 0x318A38) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8A and 38. RGB value is (49,138,56). Sum of RGB (Red+Green+Blue) = 49+138+56=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #318A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A38 is #CE75C7. Grayscale: #666666. Windows color (decimal): -13530568 or 3705393. OLE color: 3705393.

HSL color Cylindrical-coordinate representation of color #318A38: hue angle of 124.72º 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 #318A38 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB4913856-
CMYK0.6400.590.46
HSL124.72º47.59%36.67%-
HSV(B)124.72º64.49%54.12%-
XYZ11.0719.126.85-
YUV102.04102.0190.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 138 (54.30% from 255) = 56.79%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=20.16%
G=56.79%
B=23.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49138560.6400.590.46124.7247.5936.67
Hex318A384003B2E7d3025
Octal6121270100073561756045
Binary11000110001010111000100000001110111011101111101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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