#348335

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

Shades of Japanese Laurel #348335

Tints of Japanese Laurel #348335

Color information

#348335 (or 0x348335) is unknown color: approx Japanese Laurel. HEX triplet: 34, 83 and 35. RGB value is (52,131,53). Sum of RGB (Red+Green+Blue) = 52+131+53=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #348335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348335 is #CB7CCA. Grayscale: #626262. Windows color (decimal): -13335755 or 3506996. OLE color: 3506996.

HSL color Cylindrical-coordinate representation of color #348335: hue angle of 120.76º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348335 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB5213153-
CMYK0.6000.600.49
HSL120.76º43.17%35.88%-
HSV(B)120.76º60.31%51.37%-
XYZ10.1817.226.16-
YUV98.49102.3394.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=22.03%
G=55.51%
B=22.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131530.6000.600.49120.7643.1735.88
Hex3483353C03C31792b24
Octal642036574074611715344
Binary1101001000001111010111110001111001100011111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348335; }

 p { color: rgb(52,131,53); }

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

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

 a { background-color: rgb(52,131,53); }

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

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

 span { border-color: rgb(52,131,53); }

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