#347831

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

Shades of Japanese Laurel #347831

Tints of Japanese Laurel #347831

Color information

#347831 (or 0x347831) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 31. RGB value is (52,120,49). Sum of RGB (Red+Green+Blue) = 52+120+49=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #347831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347831 is #CB87CE. Grayscale: #5B5B5B. Windows color (decimal): -13338575 or 3242036. OLE color: 3242036.

HSL color Cylindrical-coordinate representation of color #347831: hue angle of 117.46º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347831 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB5212049-
CMYK0.5700.590.53
HSL117.46º42.01%33.14%-
HSV(B)117.46º59.17%47.06%-
XYZ8.6914.385.22-
YUV91.57103.9799.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=23.53%
G=54.30%
B=22.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120490.5700.590.53117.4642.0133.14
Hex3478313903B35752a21
Octal641706171073651655241
Binary110100111100011000111100101110111101011110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347831; }

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

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

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

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

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

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

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

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