#358233

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

Shades of Japanese Laurel #358233

Tints of Japanese Laurel #358233

Color information

#358233 (or 0x358233) is unknown color: approx Japanese Laurel. HEX triplet: 35, 82 and 33. RGB value is (53,130,51). Sum of RGB (Red+Green+Blue) = 53+130+51=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #358233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358233 is #CA7DCC. Grayscale: #626262. Windows color (decimal): -13270477 or 3375669. OLE color: 3375669.

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

Color convert

RGB5313051-
CMYK0.5900.610.49
HSL118.48º43.65%35.49%-
HSV(B)118.48º60.77%50.98%-
XYZ10.0516.965.88-
YUV97.97101.4995.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=22.65%
G=55.56%
B=21.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130510.5900.610.49118.4843.6535.49
Hex3582333B03D31762c23
Octal652026373075611665443
Binary1101011000001011001111101101111011100011110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358233; }

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

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

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

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

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

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

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

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