#36853A

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

Shades of Japanese Laurel #36853A

Tints of Japanese Laurel #36853A

Color information

#36853A (or 0x36853A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 85 and 3A. RGB value is (54,133,58). Sum of RGB (Red+Green+Blue) = 54+133+58=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #36853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36853A is #C97AC5. Grayscale: #656565. Windows color (decimal): -13204166 or 3835190. OLE color: 3835190.

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

Color convert

RGB5413358-
CMYK0.5900.560.48
HSL123.04º42.25%36.67%-
HSV(B)123.04º59.4%52.16%-
XYZ10.6717.866.89-
YUV100.83103.8394.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=22.04%
G=54.29%
B=23.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133580.5900.560.48123.0442.2536.67
Hex36853A3B038307b2a25
Octal662057273070601735245
Binary1101101000010111101011101101110001100001111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36853A; }

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

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

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

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

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

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

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

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