#349038

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

Shades of Japanese Laurel #349038

Tints of Japanese Laurel #349038

Color information

#349038 (or 0x349038) is unknown color: approx Japanese Laurel. HEX triplet: 34, 90 and 38. RGB value is (52,144,56). Sum of RGB (Red+Green+Blue) = 52+144+56=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #349038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349038 is #CB6FC7. Grayscale: #6A6A6A. Windows color (decimal): -13332424 or 3706932. OLE color: 3706932.

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

Color convert

RGB5214456-
CMYK0.6400.610.44
HSL122.61º46.94%38.43%-
HSV(B)122.61º63.89%56.47%-
XYZ12.120.967.15-
YUV106.4699.5289.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=20.63%
G=57.14%
B=22.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144560.6400.610.44122.6146.9438.43
Hex3490384003D2C7b2f26
Octal6422070100075541735746
Binary11010010010000111000100000001111011011001111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349038; }

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

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

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

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

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

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

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

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