#36933A

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

Shades of Japanese Laurel #36933A

Tints of Japanese Laurel #36933A

Color information

#36933A (or 0x36933A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 93 and 3A. RGB value is (54,147,58). Sum of RGB (Red+Green+Blue) = 54+147+58=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #36933A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36933A is #C96CC5. Grayscale: #6D6D6D. Windows color (decimal): -13200582 or 3838774. OLE color: 3838774.

HSL color Cylindrical-coordinate representation of color #36933A: hue angle of 122.58º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36933A is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB5414758-
CMYK0.6300.610.42
HSL122.58º46.27%39.41%-
HSV(B)122.58º63.27%57.65%-
XYZ12.7221.967.57-
YUV109.0599.1988.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=20.85%
G=56.76%
B=22.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54147580.6300.610.42122.5846.2739.41
Hex36933A3F03D2A7b2e27
Octal662237277075521735647
Binary1101101001001111101011111101111011010101111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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