#367338

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

Shades of Japanese Laurel #367338

Tints of Japanese Laurel #367338

Color information

#367338 (or 0x367338) is unknown color: approx Japanese Laurel. HEX triplet: 36, 73 and 38. RGB value is (54,115,56). Sum of RGB (Red+Green+Blue) = 54+115+56=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #367338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367338 is #C98CC7. Grayscale: #5A5A5A. Windows color (decimal): -13208776 or 3699510. OLE color: 3699510.

HSL color Cylindrical-coordinate representation of color #367338: hue angle of 121.97º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367338 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB5411556-
CMYK0.5300.510.55
HSL121.97º36.09%33.14%-
HSV(B)121.97º53.04%45.1%-
XYZ8.3713.335.87-
YUV90.04108.79102.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=24%
G=51.11%
B=24.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115560.5300.510.55121.9736.0933.14
Hex36733835033377a2421
Octal661637065063671724441
Binary110110111001111100011010101100111101111111010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367338; }

 p { color: rgb(54,115,56); }

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

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

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

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

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

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

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