#31883B

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

Shades of Japanese Laurel #31883B

Tints of Japanese Laurel #31883B

Color information

#31883B (or 0x31883B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 88 and 3B. RGB value is (49,136,59). Sum of RGB (Red+Green+Blue) = 49+136+59=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #31883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31883B is #CE77C4. Grayscale: #656565. Windows color (decimal): -13531077 or 3901489. OLE color: 3901489.

HSL color Cylindrical-coordinate representation of color #31883B: hue angle of 126.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31883B is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB4913659-
CMYK0.6400.570.47
HSL126.9º47.03%36.27%-
HSV(B)126.9º63.97%53.33%-
XYZ10.8618.587.15-
YUV101.21104.1890.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 136 (53.52% from 255) = 55.74%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=20.08%
G=55.74%
B=24.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49136590.6400.570.47126.947.0336.27
Hex31883B400392F7f2f24
Octal6121073100071571775744
Binary11000110001000111011100000001110011011111111111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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