#368240

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

Shades of Japanese Laurel #368240

Tints of Japanese Laurel #368240

Color information

#368240 (or 0x368240) is unknown color: approx Japanese Laurel. HEX triplet: 36, 82 and 40. RGB value is (54,130,64). Sum of RGB (Red+Green+Blue) = 54+130+64=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #368240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368240 is #C97DBF. Grayscale: #636363. Windows color (decimal): -13204928 or 4227638. OLE color: 4227638.

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

Color convert

RGB5413064-
CMYK0.5800.510.49
HSL127.89º41.3%36.08%-
HSV(B)127.89º58.46%50.98%-
XYZ10.4317.127.61-
YUV99.75107.8295.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=21.77%
G=52.42%
B=25.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130640.5800.510.49127.8941.336.08
Hex3682403A03331802924
Octal6620210072063612005144
Binary110110100000101000000111010011001111000110000000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368240; }

 p { color: rgb(54,130,64); }

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

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

 a { background-color: rgb(54,130,64); }

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

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

 span { border-color: rgb(54,130,64); }

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