#31883C

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

Shades of Japanese Laurel #31883C

Tints of Japanese Laurel #31883C

Color information

#31883C (or 0x31883C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 88 and 3C. RGB value is (49,136,60). Sum of RGB (Red+Green+Blue) = 49+136+60=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #31883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31883C is #CE77C3. Grayscale: #656565. Windows color (decimal): -13531076 or 3967025. OLE color: 3967025.

HSL color Cylindrical-coordinate representation of color #31883C: hue angle of 127.59º 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 #31883C is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB4913660-
CMYK0.6400.560.47
HSL127.59º47.03%36.27%-
HSV(B)127.59º63.97%53.33%-
XYZ10.8918.597.29-
YUV101.32104.6890.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=20%
G=55.51%
B=24.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49136600.6400.560.47127.5947.0336.27
Hex31883C400382F802f24
Octal6121074100070572005744
Binary110001100010001111001000000011100010111110000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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