#318734

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

Shades of Japanese Laurel #318734

Tints of Japanese Laurel #318734

Color information

#318734 (or 0x318734) is unknown color: approx Japanese Laurel. HEX triplet: 31, 87 and 34. RGB value is (49,135,52). Sum of RGB (Red+Green+Blue) = 49+135+52=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #318734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318734 is #CE78CB. Grayscale: #646464. Windows color (decimal): -13531340 or 3442481. OLE color: 3442481.

HSL color Cylindrical-coordinate representation of color #318734: hue angle of 122.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318734 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB4913552-
CMYK0.6400.610.47
HSL122.09º46.74%36.08%-
HSV(B)122.09º63.7%52.94%-
XYZ10.5518.236.21-
YUV99.82101.0191.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 135 (53.12% from 255) = 57.20%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=20.76%
G=57.20%
B=22.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135520.6400.610.47122.0946.7436.08
Hex3187344003D2F7a2f24
Octal6120764100075571725744
Binary11000110000111110100100000001111011011111111010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318734; }

 p { color: rgb(49,135,52); }

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

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

 a { background-color: rgb(49,135,52); }

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

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

 span { border-color: rgb(49,135,52); }

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