#358A3D

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

Shades of Japanese Laurel #358A3D

Tints of Japanese Laurel #358A3D

Color information

#358A3D (or 0x358A3D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8A and 3D. RGB value is (53,138,61). Sum of RGB (Red+Green+Blue) = 53+138+61=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #358A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A3D is #CA75C2. Grayscale: #686868. Windows color (decimal): -13268419 or 4033077. OLE color: 4033077.

HSL color Cylindrical-coordinate representation of color #358A3D: hue angle of 125.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A3D is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB5313861-
CMYK0.6200.560.46
HSL125.65º44.5%37.45%-
HSV(B)125.65º61.59%54.12%-
XYZ11.419.277.53-
YUV103.81103.8491.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=21.03%
G=54.76%
B=24.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138610.6200.560.46125.6544.537.45
Hex358A3D3E0382E7e2d25
Octal652127576070561765545
Binary1101011000101011110111111001110001011101111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,138,61); }

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

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

 a { background-color: rgb(53,138,61); }

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

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

 span { border-color: rgb(53,138,61); }

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