#31823D

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

Shades of Japanese Laurel #31823D

Tints of Japanese Laurel #31823D

Color information

#31823D (or 0x31823D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 82 and 3D. RGB value is (49,130,61). Sum of RGB (Red+Green+Blue) = 49+130+61=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #31823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31823D is #CE7DC2. Grayscale: #626262. Windows color (decimal): -13532611 or 4031025. OLE color: 4031025.

HSL color Cylindrical-coordinate representation of color #31823D: hue angle of 128.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31823D is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB4913061-
CMYK0.6200.530.49
HSL128.89º45.25%35.1%-
HSV(B)128.89º62.31%50.98%-
XYZ10.0916.967.16-
YUV97.92107.1693.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=20.42%
G=54.17%
B=25.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130610.6200.530.49128.8945.2535.1
Hex31823D3E03531812d23
Octal612027576065612015543
Binary11000110000010111101111110011010111000110000001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31823D; }

 p { color: rgb(49,130,61); }

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

<style>
 a { background-color: #31823D; }

 a { background-color: rgb(49,130,61); }

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

<style>
 span { border-color: #31823D; }

 span { border-color: rgb(49,130,61); }

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