#356B30

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

Shades of Japanese Laurel #356B30

Tints of Japanese Laurel #356B30

Color information

#356B30 (or 0x356B30) is unknown color: approx Japanese Laurel. HEX triplet: 35, 6B and 30. RGB value is (53,107,48). Sum of RGB (Red+Green+Blue) = 53+107+48=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #356B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B30 is #CA94CF. Grayscale: #545454. Windows color (decimal): -13276368 or 3173173. OLE color: 3173173.

HSL color Cylindrical-coordinate representation of color #356B30: hue angle of 114.92º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356B30 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB5310748-
CMYK0.5000.550.58
HSL114.92º38.06%30.39%-
HSV(B)114.92º55.14%41.96%-
XYZ7.2611.494.63-
YUV84.13107.61105.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=25.48%
G=51.44%
B=23.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107480.5000.550.58114.9238.0630.39
Hex356B30320373A73261e
Octal651536062067721634636
Binary11010111010111100001100100110111111010111001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B30; }

 p { color: rgb(53,107,48); }

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

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

 a { background-color: rgb(53,107,48); }

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

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

 span { border-color: rgb(53,107,48); }

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