#31862E

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

Shades of Japanese Laurel #31862E

Tints of Japanese Laurel #31862E

Color information

#31862E (or 0x31862E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 86 and 2E. RGB value is (49,134,46). Sum of RGB (Red+Green+Blue) = 49+134+46=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #31862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31862E is #CE79D1. Grayscale: #626262. Windows color (decimal): -13531602 or 3049009. OLE color: 3049009.

HSL color Cylindrical-coordinate representation of color #31862E: hue angle of 117.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31862E is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB4913446-
CMYK0.6300.660.47
HSL117.95º48.89%35.29%-
HSV(B)117.95º65.67%52.55%-
XYZ10.2817.95.5-
YUV98.5598.3492.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 134 (52.73% from 255) = 58.52%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=21.40%
G=58.52%
B=20.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49134460.6300.660.47117.9548.8935.29
Hex31862E3F0422F763123
Octal6120656770102571666143
Binary11000110000110101110111111010000101011111110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31862E; }

 p { color: rgb(49,134,46); }

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

<style>
 a { background-color: #31862E; }

 a { background-color: rgb(49,134,46); }

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

<style>
 span { border-color: #31862E; }

 span { border-color: rgb(49,134,46); }

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