#357534

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

Shades of Japanese Laurel #357534

Tints of Japanese Laurel #357534

Color information

#357534 (or 0x357534) is unknown color: approx Japanese Laurel. HEX triplet: 35, 75 and 34. RGB value is (53,117,52). Sum of RGB (Red+Green+Blue) = 53+117+52=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #357534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357534 is #CA8ACB. Grayscale: #5A5A5A. Windows color (decimal): -13273804 or 3437877. OLE color: 3437877.

HSL color Cylindrical-coordinate representation of color #357534: hue angle of 119.08º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357534 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5311752-
CMYK0.5500.560.54
HSL119.08º38.46%33.14%-
HSV(B)119.08º55.56%45.88%-
XYZ8.4513.735.45-
YUV90.45106.3101.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=23.87%
G=52.70%
B=23.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117520.5500.560.54119.0838.4633.14
Hex3575343703836772621
Octal651656467070661674641
Binary110101111010111010011011101110001101101110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357534; }

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

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

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

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

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

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

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

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