#359038

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

Shades of Japanese Laurel #359038

Tints of Japanese Laurel #359038

Color information

#359038 (or 0x359038) is unknown color: approx Japanese Laurel. HEX triplet: 35, 90 and 38. RGB value is (53,144,56). Sum of RGB (Red+Green+Blue) = 53+144+56=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #359038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359038 is #CA6FC7. Grayscale: #6B6B6B. Windows color (decimal): -13266888 or 3706933. OLE color: 3706933.

HSL color Cylindrical-coordinate representation of color #359038: hue angle of 121.98º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359038 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB5314456-
CMYK0.6300.610.44
HSL121.98º46.19%38.63%-
HSV(B)121.98º63.19%56.47%-
XYZ12.1620.997.15-
YUV106.7699.3589.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 144 (56.64% from 255) = 56.92%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=20.95%
G=56.92%
B=22.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144560.6300.610.44121.9846.1938.63
Hex3590383F03D2C7a2e27
Octal652207077075541725647
Binary1101011001000011100011111101111011011001111010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359038; }

 p { color: rgb(53,144,56); }

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

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

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

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

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

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

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