#317228

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

Shades of Japanese Laurel #317228

Tints of Japanese Laurel #317228

Color information

#317228 (or 0x317228) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 28. RGB value is (49,114,40). Sum of RGB (Red+Green+Blue) = 49+114+40=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #317228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317228 is #CE8DD7. Grayscale: #565656. Windows color (decimal): -13536728 or 2650673. OLE color: 2650673.

HSL color Cylindrical-coordinate representation of color #317228: hue angle of 112.7º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317228 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4911440-
CMYK0.5700.650.55
HSL112.7º48.05%30.2%-
HSV(B)112.7º64.91%44.71%-
XYZ7.6712.844.08-
YUV86.13101.97101.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=24.14%
G=56.16%
B=19.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114400.5700.650.55112.748.0530.2
Hex317228390413771301e
Octal6116250710101671616036
Binary110001111001010100011100101000001110111111000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317228; }

 p { color: rgb(49,114,40); }

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

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

 a { background-color: rgb(49,114,40); }

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

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

 span { border-color: rgb(49,114,40); }

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