#347738

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

Shades of Japanese Laurel #347738

Tints of Japanese Laurel #347738

Color information

#347738 (or 0x347738) is unknown color: approx Japanese Laurel. HEX triplet: 34, 77 and 38. RGB value is (52,119,56). Sum of RGB (Red+Green+Blue) = 52+119+56=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #347738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347738 is #CB88C7. Grayscale: #5B5B5B. Windows color (decimal): -13338824 or 3700532. OLE color: 3700532.

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

Color convert

RGB5211956-
CMYK0.5600.530.53
HSL123.58º39.18%33.53%-
HSV(B)123.58º56.3%46.67%-
XYZ8.7314.216.02-
YUV91.78107.899.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=22.91%
G=52.42%
B=24.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119560.5600.530.53123.5839.1833.53
Hex34773838035357c2722
Octal641677070065651744742
Binary110100111011111100011100001101011101011111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347738; }

 p { color: rgb(52,119,56); }

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

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

 a { background-color: rgb(52,119,56); }

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

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

 span { border-color: rgb(52,119,56); }

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