#31933D

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

Shades of Japanese Laurel #31933D

Tints of Japanese Laurel #31933D

Color information

#31933D (or 0x31933D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 93 and 3D. RGB value is (49,147,61). Sum of RGB (Red+Green+Blue) = 49+147+61=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #31933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31933D is #CE6CC2. Grayscale: #6C6C6C. Windows color (decimal): -13528259 or 4035377. OLE color: 4035377.

HSL color Cylindrical-coordinate representation of color #31933D: hue angle of 127.35º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31933D is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB4914761-
CMYK0.6700.590.42
HSL127.35º50%38.43%-
HSV(B)127.35º66.67%57.65%-
XYZ12.5421.867.97-
YUV107.89101.5385.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=19.07%
G=57.20%
B=23.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147610.6700.590.42127.355038.43
Hex31933D4303B2A7f3226
Octal6122375103073521776246
Binary11000110010011111101100001101110111010101111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31933D; }

 p { color: rgb(49,147,61); }

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

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

 a { background-color: rgb(49,147,61); }

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

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

 span { border-color: rgb(49,147,61); }

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