#31873A

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

Shades of Japanese Laurel #31873A

Tints of Japanese Laurel #31873A

Color information

#31873A (or 0x31873A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 87 and 3A. RGB value is (49,135,58). Sum of RGB (Red+Green+Blue) = 49+135+58=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #31873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31873A is #CE78C5. Grayscale: #646464. Windows color (decimal): -13531334 or 3835697. OLE color: 3835697.

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

Color convert

RGB4913558-
CMYK0.6400.570.47
HSL126.28º46.74%36.08%-
HSV(B)126.28º63.7%52.94%-
XYZ10.6918.296.97-
YUV100.51104.0191.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=20.25%
G=55.79%
B=23.97%

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
Decimal49135580.6400.570.47126.2846.7436.08
Hex31873A400392F7e2f24
Octal6120772100071571765744
Binary11000110000111111010100000001110011011111111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31873A; }

 p { color: rgb(49,135,58); }

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

<style>
 a { background-color: #31873A; }

 a { background-color: rgb(49,135,58); }

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

<style>
 span { border-color: #31873A; }

 span { border-color: rgb(49,135,58); }

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