#358834

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

Shades of Japanese Laurel #358834

Tints of Japanese Laurel #358834

Color information

#358834 (or 0x358834) is unknown color: approx Japanese Laurel. HEX triplet: 35, 88 and 34. RGB value is (53,136,52). Sum of RGB (Red+Green+Blue) = 53+136+52=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #358834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358834 is #CA77CB. Grayscale: #656565. Windows color (decimal): -13268940 or 3442741. OLE color: 3442741.

HSL color Cylindrical-coordinate representation of color #358834: hue angle of 119.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358834 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB5313652-
CMYK0.6100.620.47
HSL119.29º44.68%36.86%-
HSV(B)119.29º61.76%53.33%-
XYZ10.8918.616.27-
YUV101.6110093.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=21.99%
G=56.43%
B=21.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136520.6100.620.47119.2944.6836.86
Hex3588343D03E2F772d25
Octal652106475076571675545
Binary1101011000100011010011110101111101011111110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358834; }

 p { color: rgb(53,136,52); }

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

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

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

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

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

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

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