#36823A

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

Shades of Japanese Laurel #36823A

Tints of Japanese Laurel #36823A

Color information

#36823A (or 0x36823A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 82 and 3A. RGB value is (54,130,58). Sum of RGB (Red+Green+Blue) = 54+130+58=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #36823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36823A is #C97DC5. Grayscale: #636363. Windows color (decimal): -13204934 or 3834422. OLE color: 3834422.

HSL color Cylindrical-coordinate representation of color #36823A: hue angle of 123.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36823A is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5413058-
CMYK0.5800.550.49
HSL123.16º41.3%36.08%-
HSV(B)123.16º58.46%50.98%-
XYZ10.2717.066.75-
YUV99.07104.8295.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=22.31%
G=53.72%
B=23.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130580.5800.550.49123.1641.336.08
Hex36823A3A037317b2924
Octal662027272067611735144
Binary1101101000001011101011101001101111100011111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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