#347A3A

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

Shades of Japanese Laurel #347A3A

Tints of Japanese Laurel #347A3A

Color information

#347A3A (or 0x347A3A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7A and 3A. RGB value is (52,122,58). Sum of RGB (Red+Green+Blue) = 52+122+58=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #347A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A3A is #CB85C5. Grayscale: #5D5D5D. Windows color (decimal): -13338054 or 3832372. OLE color: 3832372.

HSL color Cylindrical-coordinate representation of color #347A3A: hue angle of 125.14º 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 #347A3A is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB5212258-
CMYK0.5700.520.52
HSL125.14º40.23%34.12%-
HSV(B)125.14º57.38%47.84%-
XYZ9.1414.956.41-
YUV93.77107.8198.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 58 (23.05% from 255) = 25%
R=22.41%
G=52.59%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122580.5700.520.52125.1440.2334.12
Hex347A3A39034347d2822
Octal641727271064641755042
Binary110100111101011101011100101101001101001111101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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