#368537

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

Shades of Japanese Laurel #368537

Tints of Japanese Laurel #368537

Color information

#368537 (or 0x368537) is unknown color: approx Japanese Laurel. HEX triplet: 36, 85 and 37. RGB value is (54,133,55). Sum of RGB (Red+Green+Blue) = 54+133+55=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #368537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368537 is #C97AC8. Grayscale: #646464. Windows color (decimal): -13204169 or 3638582. OLE color: 3638582.

HSL color Cylindrical-coordinate representation of color #368537: hue angle of 120.76º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368537 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB5413355-
CMYK0.5900.590.48
HSL120.76º42.25%36.67%-
HSV(B)120.76º59.4%52.16%-
XYZ10.617.846.5-
YUV100.49102.3394.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=22.31%
G=54.96%
B=22.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133550.5900.590.48120.7642.2536.67
Hex3685373B03B30792a25
Octal662056773073601715245
Binary1101101000010111011111101101110111100001111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368537; }

 p { color: rgb(54,133,55); }

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

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

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

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

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

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

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