#358943

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

Shades of Japanese Laurel #358943

Tints of Japanese Laurel #358943

Color information

#358943 (or 0x358943) is unknown color: approx Japanese Laurel. HEX triplet: 35, 89 and 43. RGB value is (53,137,67). Sum of RGB (Red+Green+Blue) = 53+137+67=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #358943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358943 is #CA76BC. Grayscale: #686868. Windows color (decimal): -13268669 or 4426037. OLE color: 4426037.

HSL color Cylindrical-coordinate representation of color #358943: hue angle of 130º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358943 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB5313767-
CMYK0.6100.510.46
HSL130º44.21%37.25%-
HSV(B)130º61.31%53.73%-
XYZ11.4319.058.39-
YUV103.9107.1791.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=20.62%
G=53.31%
B=26.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53137670.6100.510.4613044.2137.25
Hex3589433D0332E822c25
Octal6521110375063562025445
Binary110101100010011000011111101011001110111010000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358943; }

 p { color: rgb(53,137,67); }

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

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

 a { background-color: rgb(53,137,67); }

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

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

 span { border-color: rgb(53,137,67); }

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