#368236

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

Shades of Japanese Laurel #368236

Tints of Japanese Laurel #368236

Color information

#368236 (or 0x368236) is unknown color: approx Japanese Laurel. HEX triplet: 36, 82 and 36. RGB value is (54,130,54). Sum of RGB (Red+Green+Blue) = 54+130+54=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #368236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368236 is #C97DC9. Grayscale: #626262. Windows color (decimal): -13204938 or 3572278. OLE color: 3572278.

HSL color Cylindrical-coordinate representation of color #368236: hue angle of 120º 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 #368236 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB5413054-
CMYK0.5800.580.49
HSL120º41.3%36.08%-
HSV(B)120º58.46%50.98%-
XYZ10.1717.026.24-
YUV98.61102.8296.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=22.69%
G=54.62%
B=22.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130540.5800.580.4912041.336.08
Hex3682363A03A31782924
Octal662026672072611705144
Binary1101101000001011011011101001110101100011111000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368236; }

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

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

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

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

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

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

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

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