#358D3A

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

Shades of Japanese Laurel #358D3A

Tints of Japanese Laurel #358D3A

Color information

#358D3A (or 0x358D3A) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8D and 3A. RGB value is (53,141,58). Sum of RGB (Red+Green+Blue) = 53+141+58=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #358D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D3A is #CA72C5. Grayscale: #696969. Windows color (decimal): -13267654 or 3837237. OLE color: 3837237.

HSL color Cylindrical-coordinate representation of color #358D3A: hue angle of 123.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D3A is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB5314158-
CMYK0.6200.590.45
HSL123.41º45.36%38.04%-
HSV(B)123.41º62.41%55.29%-
XYZ11.7620.117.27-
YUV105.23101.3590.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=21.03%
G=55.95%
B=23.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141580.6200.590.45123.4145.3638.04
Hex358D3A3E03B2D7b2d26
Octal652157276073551735546
Binary1101011000110111101011111001110111011011111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358D3A; }

 p { color: rgb(53,141,58); }

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

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

 a { background-color: rgb(53,141,58); }

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

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

 span { border-color: rgb(53,141,58); }

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