#348931

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

Shades of Japanese Laurel #348931

Tints of Japanese Laurel #348931

Color information

#348931 (or 0x348931) is unknown color: approx Japanese Laurel. HEX triplet: 34, 89 and 31. RGB value is (52,137,49). Sum of RGB (Red+Green+Blue) = 52+137+49=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #348931 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348931 is #CB76CE. Grayscale: #656565. Windows color (decimal): -13334223 or 3246388. OLE color: 3246388.

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

Color convert

RGB5213749-
CMYK0.6200.640.46
HSL117.95º47.31%36.47%-
HSV(B)117.95º64.23%53.73%-
XYZ10.9218.845.97-
YUV101.5598.3492.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=21.85%
G=57.56%
B=20.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137490.6200.640.46117.9547.3136.47
Hex3489313E0402E762f24
Octal6421161760100561665744
Binary11010010001001110001111110010000001011101110110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348931; }

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

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

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

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

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

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

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

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