#347031

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

Shades of Japanese Laurel #347031

Tints of Japanese Laurel #347031

Color information

#347031 (or 0x347031) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 31. RGB value is (52,112,49). Sum of RGB (Red+Green+Blue) = 52+112+49=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #347031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347031 is #CB8FCE. Grayscale: #575757. Windows color (decimal): -13340623 or 3239988. OLE color: 3239988.

HSL color Cylindrical-coordinate representation of color #347031: hue angle of 117.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347031 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB5211249-
CMYK0.5400.560.56
HSL117.14º39.13%31.57%-
HSV(B)117.14º56.25%43.92%-
XYZ7.7612.544.92-
YUV86.88106.62103.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=24.41%
G=52.58%
B=23.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112490.5400.560.56117.1439.1331.57
Hex3470313603838752720
Octal641606166070701654740
Binary110100111000011000111011001110001110001110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347031; }

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

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

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

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

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

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

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

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