#348538

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

Shades of Japanese Laurel #348538

Tints of Japanese Laurel #348538

Color information

#348538 (or 0x348538) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 38. RGB value is (52,133,56). Sum of RGB (Red+Green+Blue) = 52+133+56=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #348538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348538 is #CB7AC7. Grayscale: #646464. Windows color (decimal): -13335240 or 3704116. OLE color: 3704116.

HSL color Cylindrical-coordinate representation of color #348538: hue angle of 122.96º degrees, saturation: 0.44, 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 #348538 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB5213356-
CMYK0.6100.580.48
HSL122.96º43.78%36.27%-
HSV(B)122.96º60.9%52.16%-
XYZ10.5217.796.62-
YUV100103.1693.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=21.58%
G=55.19%
B=23.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133560.6100.580.48122.9643.7836.27
Hex3485383D03A307b2c24
Octal642057075072601735444
Binary1101001000010111100011110101110101100001111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348538; }

 p { color: rgb(52,133,56); }

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

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

 a { background-color: rgb(52,133,56); }

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

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

 span { border-color: rgb(52,133,56); }

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