#357834

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

Shades of Japanese Laurel #357834

Tints of Japanese Laurel #357834

Color information

#357834 (or 0x357834) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 34. RGB value is (53,120,52). Sum of RGB (Red+Green+Blue) = 53+120+52=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #357834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357834 is #CA87CB. Grayscale: #5C5C5C. Windows color (decimal): -13273036 or 3438645. OLE color: 3438645.

HSL color Cylindrical-coordinate representation of color #357834: hue angle of 119.12º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357834 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB5312052-
CMYK0.5600.570.53
HSL119.12º39.53%33.73%-
HSV(B)119.12º56.67%47.06%-
XYZ8.814.445.57-
YUV92.21105.3100.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=23.56%
G=53.33%
B=23.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120520.5600.570.53119.1239.5333.73
Hex3578343803935772822
Octal651706470071651675042
Binary110101111100011010011100001110011101011110111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357834; }

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

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

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

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

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

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

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

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