#31923E

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

Shades of Japanese Laurel #31923E

Tints of Japanese Laurel #31923E

Color information

#31923E (or 0x31923E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 92 and 3E. RGB value is (49,146,62). Sum of RGB (Red+Green+Blue) = 49+146+62=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #31923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31923E is #CE6DC1. Grayscale: #6B6B6B. Windows color (decimal): -13528514 or 4100657. OLE color: 4100657.

HSL color Cylindrical-coordinate representation of color #31923E: hue angle of 128.04º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31923E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB4914662-
CMYK0.6600.580.43
HSL128.04º49.74%38.24%-
HSV(B)128.04º66.44%57.25%-
XYZ12.4221.568.06-
YUV107.42102.3686.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 146 (57.42% from 255) = 56.81%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=19.07%
G=56.81%
B=24.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146620.6600.580.43128.0449.7438.24
Hex31923E4203A2B803226
Octal6122276102072532006246
Binary110001100100101111101000010011101010101110000000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31923E; }

 p { color: rgb(49,146,62); }

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

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

 a { background-color: rgb(49,146,62); }

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

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

 span { border-color: rgb(49,146,62); }

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