#348442

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

Shades of Japanese Laurel #348442

Tints of Japanese Laurel #348442

Color information

#348442 (or 0x348442) is unknown color: approx Japanese Laurel. HEX triplet: 34, 84 and 42. RGB value is (52,132,66). Sum of RGB (Red+Green+Blue) = 52+132+66=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #348442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348442 is #CB7BBD. Grayscale: #646464. Windows color (decimal): -13335486 or 4359220. OLE color: 4359220.

HSL color Cylindrical-coordinate representation of color #348442: hue angle of 130.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348442 is Cyan = 0.61, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB5213266-
CMYK0.6100.50.48
HSL130.5º43.48%36.08%-
HSV(B)130.5º60.61%51.76%-
XYZ10.6517.638-
YUV100.56108.593.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=20.8%
G=52.8%
B=26.4%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132660.6100.50.48130.543.4836.08
Hex3484423D03230822b24
Octal6420410275062602025344
Binary110100100001001000010111101011001011000010000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348442; }

 p { color: rgb(52,132,66); }

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

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

 a { background-color: rgb(52,132,66); }

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

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

 span { border-color: rgb(52,132,66); }

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