#348239

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

Shades of Japanese Laurel #348239

Tints of Japanese Laurel #348239

Color information

#348239 (or 0x348239) is unknown color: approx Japanese Laurel. HEX triplet: 34, 82 and 39. RGB value is (52,130,57). Sum of RGB (Red+Green+Blue) = 52+130+57=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #348239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348239 is #CB7DC6. Grayscale: #626262. Windows color (decimal): -13336007 or 3768884. OLE color: 3768884.

HSL color Cylindrical-coordinate representation of color #348239: hue angle of 123.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348239 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5213057-
CMYK0.6000.560.49
HSL123.85º42.86%35.69%-
HSV(B)123.85º60%50.98%-
XYZ10.1416.996.62-
YUV98.36104.6694.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=21.76%
G=54.39%
B=23.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130570.6000.560.49123.8542.8635.69
Hex3482393C038317c2b24
Octal642027174070611745344
Binary1101001000001011100111110001110001100011111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348239; }

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

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

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

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

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

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

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

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