#348B35

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

Shades of Japanese Laurel #348B35

Tints of Japanese Laurel #348B35

Color information

#348B35 (or 0x348B35) is unknown color: approx Japanese Laurel. HEX triplet: 34, 8B and 35. RGB value is (52,139,53). Sum of RGB (Red+Green+Blue) = 52+139+53=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #348B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B35 is #CB74CA. Grayscale: #676767. Windows color (decimal): -13333707 or 3509044. OLE color: 3509044.

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

Color convert

RGB5213953-
CMYK0.6300.620.45
HSL120.69º45.55%37.45%-
HSV(B)120.69º62.59%54.51%-
XYZ11.2919.456.53-
YUV103.1899.6891.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 139 (54.69% from 255) = 56.97%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=21.31%
G=56.97%
B=21.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139530.6300.620.45120.6945.5537.45
Hex348B353F03E2D792e25
Octal642136577076551715645
Binary1101001000101111010111111101111101011011111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,53); }

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

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

 a { background-color: rgb(52,139,53); }

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

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

 span { border-color: rgb(52,139,53); }

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