#347A40

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

Shades of Japanese Laurel #347A40

Tints of Japanese Laurel #347A40

Color information

#347A40 (or 0x347A40) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7A and 40. RGB value is (52,122,64). Sum of RGB (Red+Green+Blue) = 52+122+64=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #347A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A40 is #CB85BF. Grayscale: #5E5E5E. Windows color (decimal): -13338048 or 4225588. OLE color: 4225588.

HSL color Cylindrical-coordinate representation of color #347A40: hue angle of 130.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347A40 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB5212264-
CMYK0.5700.480.52
HSL130.29º40.23%34.12%-
HSV(B)130.29º57.38%47.84%-
XYZ9.315.027.26-
YUV94.46110.8197.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=21.85%
G=51.26%
B=26.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122640.5700.480.52130.2940.2334.12
Hex347A403903034822822
Octal6417210071060642025042
Binary11010011110101000000111001011000011010010000010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347A40; }

 p { color: rgb(52,122,64); }

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

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

 a { background-color: rgb(52,122,64); }

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

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

 span { border-color: rgb(52,122,64); }

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