#358A33

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

Shades of Japanese Laurel #358A33

Tints of Japanese Laurel #358A33

Color information

#358A33 (or 0x358A33) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8A and 33. RGB value is (53,138,51). Sum of RGB (Red+Green+Blue) = 53+138+51=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #358A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A33 is #CA75CC. Grayscale: #666666. Windows color (decimal): -13268429 or 3377717. OLE color: 3377717.

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

Color convert

RGB5313851-
CMYK0.6200.630.46
HSL118.62º46.03%37.06%-
HSV(B)118.62º63.04%54.12%-
XYZ11.1519.176.24-
YUV102.6798.8492.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 138 (54.30% from 255) = 57.02%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=21.90%
G=57.02%
B=21.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138510.6200.630.46118.6246.0337.06
Hex358A333E03F2E772e25
Octal652126376077561675645
Binary1101011000101011001111111001111111011101110111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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