#348232

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

Shades of Japanese Laurel #348232

Tints of Japanese Laurel #348232

Color information

#348232 (or 0x348232) is unknown color: approx Japanese Laurel. HEX triplet: 34, 82 and 32. RGB value is (52,130,50). Sum of RGB (Red+Green+Blue) = 52+130+50=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #348232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348232 is #CB7DCD. Grayscale: #616161. Windows color (decimal): -13336014 or 3310132. OLE color: 3310132.

HSL color Cylindrical-coordinate representation of color #348232: hue angle of 118.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348232 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB5213050-
CMYK0.6000.620.49
HSL118.5º44.44%35.29%-
HSV(B)118.5º61.54%50.98%-
XYZ9.9716.935.76-
YUV97.56101.1695.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=22.41%
G=56.03%
B=21.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130500.6000.620.49118.544.4435.29
Hex3482323C03E31762c23
Octal642026274076611665443
Binary1101001000001011001011110001111101100011110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348232; }

 p { color: rgb(52,130,50); }

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

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

 a { background-color: rgb(52,130,50); }

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

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

 span { border-color: rgb(52,130,50); }

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