#31752A

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

Shades of Japanese Laurel #31752A

Tints of Japanese Laurel #31752A

Color information

#31752A (or 0x31752A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 2A. RGB value is (49,117,42). Sum of RGB (Red+Green+Blue) = 49+117+42=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #31752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31752A is #CE8AD5. Grayscale: #585858. Windows color (decimal): -13535958 or 2782513. OLE color: 2782513.

HSL color Cylindrical-coordinate representation of color #31752A: hue angle of 114.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31752A is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB4911742-
CMYK0.5800.640.54
HSL114.4º47.17%31.18%-
HSV(B)114.4º64.1%45.88%-
XYZ8.0513.544.38-
YUV88.12101.97100.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=23.56%
G=56.25%
B=20.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117420.5800.640.54114.447.1731.18
Hex31752A3A04036722f1f
Octal6116552720100661625737
Binary110001111010110101011101001000000110110111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,117,42); }

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

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

 a { background-color: rgb(49,117,42); }

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

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

 span { border-color: rgb(49,117,42); }

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