#348830

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

Shades of Japanese Laurel #348830

Tints of Japanese Laurel #348830

Color information

#348830 (or 0x348830) is unknown color: approx Japanese Laurel. HEX triplet: 34, 88 and 30. RGB value is (52,136,48). Sum of RGB (Red+Green+Blue) = 52+136+48=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #348830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348830 is #CB77CF. Grayscale: #656565. Windows color (decimal): -13334480 or 3180596. OLE color: 3180596.

HSL color Cylindrical-coordinate representation of color #348830: hue angle of 117.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348830 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB5213648-
CMYK0.6200.650.47
HSL117.27º47.83%36.08%-
HSV(B)117.27º64.71%53.33%-
XYZ10.7518.555.81-
YUV100.8598.1793.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 136 (53.52% from 255) = 57.63%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=22.03%
G=57.63%
B=20.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136480.6200.650.47117.2747.8336.08
Hex3488303E0412F753024
Octal6421060760101571656044
Binary11010010001000110000111110010000011011111110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348830; }

 p { color: rgb(52,136,48); }

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

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

 a { background-color: rgb(52,136,48); }

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

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

 span { border-color: rgb(52,136,48); }

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