#367943

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

Shades of Japanese Laurel #367943

Tints of Japanese Laurel #367943

Color information

#367943 (or 0x367943) is unknown color: approx Japanese Laurel. HEX triplet: 36, 79 and 43. RGB value is (54,121,67). Sum of RGB (Red+Green+Blue) = 54+121+67=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #367943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367943 is #C986BC. Grayscale: #5E5E5E. Windows color (decimal): -13207229 or 4421942. OLE color: 4421942.

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

Color convert

RGB5412167-
CMYK0.5500.450.53
HSL131.64º38.29%34.31%-
HSV(B)131.64º55.37%47.45%-
XYZ9.3714.867.69-
YUV94.81112.398.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=22.31%
G=50%
B=27.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121670.5500.450.53131.6438.2934.31
Hex3679433702D35842622
Octal6617110367055652044642
Binary11011011110011000011110111010110111010110000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367943; }

 p { color: rgb(54,121,67); }

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

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

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

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

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

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

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