#317433

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

Shades of Japanese Laurel #317433

Tints of Japanese Laurel #317433

Color information

#317433 (or 0x317433) is unknown color: approx Japanese Laurel. HEX triplet: 31, 74 and 33. RGB value is (49,116,51). Sum of RGB (Red+Green+Blue) = 49+116+51=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #317433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317433 is #CE8BCC. Grayscale: #585858. Windows color (decimal): -13536205 or 3372081. OLE color: 3372081.

HSL color Cylindrical-coordinate representation of color #317433: hue angle of 121.79º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317433 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB4911651-
CMYK0.5800.560.55
HSL121.79º40.61%32.35%-
HSV(B)121.79º57.76%45.49%-
XYZ8.1113.385.29-
YUV88.56106.899.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=22.69%
G=53.70%
B=23.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116510.5800.560.55121.7940.6132.35
Hex3174333A038377a2920
Octal611646372070671725140
Binary110001111010011001111101001110001101111111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317433; }

 p { color: rgb(49,116,51); }

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

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

 a { background-color: rgb(49,116,51); }

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

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

 span { border-color: rgb(49,116,51); }

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