#368536

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

Shades of Japanese Laurel #368536

Tints of Japanese Laurel #368536

Color information

#368536 (or 0x368536) is unknown color: approx Japanese Laurel. HEX triplet: 36, 85 and 36. RGB value is (54,133,54). Sum of RGB (Red+Green+Blue) = 54+133+54=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #368536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368536 is #C97AC9. Grayscale: #646464. Windows color (decimal): -13204170 or 3573046. OLE color: 3573046.

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

Color convert

RGB5413354-
CMYK0.5900.590.48
HSL120º42.25%36.67%-
HSV(B)120º59.4%52.16%-
XYZ10.5717.836.37-
YUV100.37101.8394.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=22.41%
G=55.19%
B=22.41%

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
Decimal54133540.5900.590.4812042.2536.67
Hex3685363B03B30782a25
Octal662056673073601705245
Binary1101101000010111011011101101110111100001111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368536; }

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

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

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

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

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

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

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

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