#358A3A

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

Shades of Japanese Laurel #358A3A

Tints of Japanese Laurel #358A3A

Color information

#358A3A (or 0x358A3A) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8A and 3A. RGB value is (53,138,58). Sum of RGB (Red+Green+Blue) = 53+138+58=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #358A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A3A is #CA75C5. Grayscale: #676767. Windows color (decimal): -13268422 or 3836469. OLE color: 3836469.

HSL color Cylindrical-coordinate representation of color #358A3A: hue angle of 123.53º 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 #358A3A is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB5313858-
CMYK0.6200.580.46
HSL123.53º44.5%37.45%-
HSV(B)123.53º61.59%54.12%-
XYZ11.3219.247.12-
YUV103.46102.3492-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=21.29%
G=55.42%
B=23.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138580.6200.580.46123.5344.537.45
Hex358A3A3E03A2E7c2d25
Octal652127276072561745545
Binary1101011000101011101011111001110101011101111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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