#348A3E

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

Shades of Japanese Laurel #348A3E

Tints of Japanese Laurel #348A3E

Color information

#348A3E (or 0x348A3E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8A and 3E. RGB value is (52,138,62). Sum of RGB (Red+Green+Blue) = 52+138+62=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #348A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A3E is #CB75C1. Grayscale: #676767. Windows color (decimal): -13333954 or 4098612. OLE color: 4098612.

HSL color Cylindrical-coordinate representation of color #348A3E: hue angle of 126.98º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A3E is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB5213862-
CMYK0.6200.550.46
HSL126.98º45.26%37.25%-
HSV(B)126.98º62.32%54.12%-
XYZ11.3719.257.67-
YUV103.62104.5191.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=20.63%
G=54.76%
B=24.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52138620.6200.550.46126.9845.2637.25
Hex348A3E3E0372E7f2d25
Octal642127676067561775545
Binary1101001000101011111011111001101111011101111111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348A3E; }

 p { color: rgb(52,138,62); }

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

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

 a { background-color: rgb(52,138,62); }

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

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

 span { border-color: rgb(52,138,62); }

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