#349239

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

Shades of Japanese Laurel #349239

Tints of Japanese Laurel #349239

Color information

#349239 (or 0x349239) is unknown color: approx Japanese Laurel. HEX triplet: 34, 92 and 39. RGB value is (52,146,57). Sum of RGB (Red+Green+Blue) = 52+146+57=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #349239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349239 is #CB6DC6. Grayscale: #6C6C6C. Windows color (decimal): -13331911 or 3772980. OLE color: 3772980.

HSL color Cylindrical-coordinate representation of color #349239: hue angle of 123.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349239 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB5214657-
CMYK0.6400.610.43
HSL123.19º47.47%38.82%-
HSV(B)123.19º64.38%57.25%-
XYZ12.4321.587.38-
YUV107.7599.3688.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=20.39%
G=57.25%
B=22.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146570.6400.610.43123.1947.4738.82
Hex3492394003D2B7b2f27
Octal6422271100075531735747
Binary11010010010010111001100000001111011010111111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349239; }

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

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

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

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

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

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

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

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