#31923B

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

Shades of Japanese Laurel #31923B

Tints of Japanese Laurel #31923B

Color information

#31923B (or 0x31923B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 92 and 3B. RGB value is (49,146,59). Sum of RGB (Red+Green+Blue) = 49+146+59=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #31923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31923B is #CE6DC4. Grayscale: #6B6B6B. Windows color (decimal): -13528517 or 3904049. OLE color: 3904049.

HSL color Cylindrical-coordinate representation of color #31923B: hue angle of 126.19º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31923B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB4914659-
CMYK0.6600.600.43
HSL126.19º49.74%38.24%-
HSV(B)126.19º66.44%57.25%-
XYZ12.3321.537.64-
YUV107.08100.8686.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 146 (57.42% from 255) = 57.48%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=19.29%
G=57.48%
B=23.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146590.6600.600.43126.1949.7438.24
Hex31923B4203C2B7e3226
Octal6122273102074531766246
Binary11000110010010111011100001001111001010111111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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