#349138

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

Shades of Japanese Laurel #349138

Tints of Japanese Laurel #349138

Color information

#349138 (or 0x349138) is unknown color: approx Japanese Laurel. HEX triplet: 34, 91 and 38. RGB value is (52,145,56). Sum of RGB (Red+Green+Blue) = 52+145+56=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #349138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349138 is #CB6EC7. Grayscale: #6B6B6B. Windows color (decimal): -13332168 or 3707188. OLE color: 3707188.

HSL color Cylindrical-coordinate representation of color #349138: hue angle of 122.58º 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 #349138 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB5214556-
CMYK0.6400.610.43
HSL122.58º47.21%38.63%-
HSV(B)122.58º64.14%56.86%-
XYZ12.2621.277.2-
YUV107.0599.1988.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 145 (57.03% from 255) = 57.31%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=20.55%
G=57.31%
B=22.13%

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
Decimal52145560.6400.610.43122.5847.2138.63
Hex3491384003D2B7b2f27
Octal6422170100075531735747
Binary11010010010001111000100000001111011010111111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349138; }

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

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

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

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

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

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

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

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