#358335

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

Shades of Japanese Laurel #358335

Tints of Japanese Laurel #358335

Color information

#358335 (or 0x358335) is unknown color: approx Japanese Laurel. HEX triplet: 35, 83 and 35. RGB value is (53,131,53). Sum of RGB (Red+Green+Blue) = 53+131+53=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #358335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358335 is #CA7CCA. Grayscale: #636363. Windows color (decimal): -13270219 or 3506997. OLE color: 3506997.

HSL color Cylindrical-coordinate representation of color #358335: hue angle of 120º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358335 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB5313153-
CMYK0.6000.600.49
HSL120º42.39%36.08%-
HSV(B)120º59.54%51.37%-
XYZ10.2317.256.16-
YUV98.79102.1695.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=22.36%
G=55.27%
B=22.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131530.6000.600.4912042.3936.08
Hex3583353C03C31782a24
Octal652036574074611705244
Binary1101011000001111010111110001111001100011111000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358335; }

 p { color: rgb(53,131,53); }

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

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

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

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

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

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

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