#31903B

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

Shades of Japanese Laurel #31903B

Tints of Japanese Laurel #31903B

Color information

#31903B (or 0x31903B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 90 and 3B. RGB value is (49,144,59). Sum of RGB (Red+Green+Blue) = 49+144+59=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #31903B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31903B is #CE6FC4. Grayscale: #6A6A6A. Windows color (decimal): -13529029 or 3903537. OLE color: 3903537.

HSL color Cylindrical-coordinate representation of color #31903B: hue angle of 126.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31903B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB4914459-
CMYK0.6600.590.44
HSL126.32º49.22%37.84%-
HSV(B)126.32º65.97%56.47%-
XYZ12.0320.927.54-
YUV105.9101.5387.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=19.44%
G=57.14%
B=23.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49144590.6600.590.44126.3249.2237.84
Hex31903B4203B2C7e3126
Octal6122073102073541766146
Binary11000110010000111011100001001110111011001111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31903B; }

 p { color: rgb(49,144,59); }

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

<style>
 a { background-color: #31903B; }

 a { background-color: rgb(49,144,59); }

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

<style>
 span { border-color: #31903B; }

 span { border-color: rgb(49,144,59); }

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