#318C3F

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

Shades of Japanese Laurel #318C3F

Tints of Japanese Laurel #318C3F

Color information

#318C3F (or 0x318C3F) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8C and 3F. RGB value is (49,140,63). Sum of RGB (Red+Green+Blue) = 49+140+63=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #318C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C3F is #CE73C0. Grayscale: #686868. Windows color (decimal): -13530049 or 4164657. OLE color: 4164657.

HSL color Cylindrical-coordinate representation of color #318C3F: hue angle of 129.23º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C3F is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB4914063-
CMYK0.6500.550.45
HSL129.23º48.15%37.06%-
HSV(B)129.23º65%54.9%-
XYZ11.5419.777.91-
YUV104.01104.8588.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 63 (25% from 255) = 25%
R=19.44%
G=55.56%
B=25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140630.6500.550.45129.2348.1537.06
Hex318C3F410372D813025
Octal6121477101067552016045
Binary110001100011001111111000001011011110110110000001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,140,63); }

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

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

 a { background-color: rgb(49,140,63); }

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

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

 span { border-color: rgb(49,140,63); }

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