#348431

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

Shades of Japanese Laurel #348431

Tints of Japanese Laurel #348431

Color information

#348431 (or 0x348431) is unknown color: approx Japanese Laurel. HEX triplet: 34, 84 and 31. RGB value is (52,132,49). Sum of RGB (Red+Green+Blue) = 52+132+49=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #348431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348431 is #CB7BCE. Grayscale: #626262. Windows color (decimal): -13335503 or 3245108. OLE color: 3245108.

HSL color Cylindrical-coordinate representation of color #348431: hue angle of 117.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348431 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB5213249-
CMYK0.6100.630.48
HSL117.83º45.86%35.49%-
HSV(B)117.83º62.88%51.76%-
XYZ10.2217.455.74-
YUV98.6210094.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=22.32%
G=56.65%
B=21.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132490.6100.630.48117.8345.8635.49
Hex3484313D03F30762e23
Octal642046175077601665643
Binary1101001000010011000111110101111111100001110110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348431; }

 p { color: rgb(52,132,49); }

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

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

 a { background-color: rgb(52,132,49); }

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

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

 span { border-color: rgb(52,132,49); }

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