#358234

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

Shades of Japanese Laurel #358234

Tints of Japanese Laurel #358234

Color information

#358234 (or 0x358234) is unknown color: approx Japanese Laurel. HEX triplet: 35, 82 and 34. RGB value is (53,130,52). Sum of RGB (Red+Green+Blue) = 53+130+52=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #358234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358234 is #CA7DCB. Grayscale: #626262. Windows color (decimal): -13270476 or 3441205. OLE color: 3441205.

HSL color Cylindrical-coordinate representation of color #358234: hue angle of 119.23º degrees, saturation: 0.43, 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 #358234 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB5313052-
CMYK0.5900.600.49
HSL119.23º42.86%35.69%-
HSV(B)119.23º60%50.98%-
XYZ10.0716.975.99-
YUV98.08101.9995.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=22.55%
G=55.32%
B=22.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130520.5900.600.49119.2342.8635.69
Hex3582343B03C31772b24
Octal652026473074611675344
Binary1101011000001011010011101101111001100011110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358234; }

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

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

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

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

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

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

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

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