#348541

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

Shades of Japanese Laurel #348541

Tints of Japanese Laurel #348541

Color information

#348541 (or 0x348541) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 41. RGB value is (52,133,65). Sum of RGB (Red+Green+Blue) = 52+133+65=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #348541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348541 is #CB7ABE. Grayscale: #656565. Windows color (decimal): -13335231 or 4293940. OLE color: 4293940.

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

Color convert

RGB5213365-
CMYK0.6100.510.48
HSL129.63º43.78%36.27%-
HSV(B)129.63º60.9%52.16%-
XYZ10.7617.897.89-
YUV101.03107.6693.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 65 (25.78% from 255) = 26%
R=20.8%
G=53.2%
B=26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133650.6100.510.48129.6343.7836.27
Hex3485413D03330822c24
Octal6420510175063602025444
Binary110100100001011000001111101011001111000010000010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348541; }

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

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

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

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

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

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

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

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