#318431

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

Shades of Japanese Laurel #318431

Tints of Japanese Laurel #318431

Color information

#318431 (or 0x318431) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 31. RGB value is (49,132,49). Sum of RGB (Red+Green+Blue) = 49+132+49=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #318431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318431 is #CE7BCE. Grayscale: #616161. Windows color (decimal): -13532111 or 3245105. OLE color: 3245105.

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

Color convert

RGB4913249-
CMYK0.6300.630.48
HSL120º45.86%35.49%-
HSV(B)120º62.88%51.76%-
XYZ10.0717.385.73-
YUV97.72100.593.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=21.30%
G=57.39%
B=21.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132490.6300.630.4812045.8635.49
Hex3184313F03F30782e23
Octal612046177077601705643
Binary1100011000010011000111111101111111100001111000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318431; }

 p { color: rgb(49,132,49); }

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

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

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

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

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

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

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