#317E33

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

Shades of Japanese Laurel #317E33

Tints of Japanese Laurel #317E33

Color information

#317E33 (or 0x317E33) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7E and 33. RGB value is (49,126,51). Sum of RGB (Red+Green+Blue) = 49+126+51=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #317E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E33 is #CE81CC. Grayscale: #5E5E5E. Windows color (decimal): -13533645 or 3374641. OLE color: 3374641.

HSL color Cylindrical-coordinate representation of color #317E33: hue angle of 121.56º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E33 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB4912651-
CMYK0.6100.600.51
HSL121.56º44%34.31%-
HSV(B)121.56º61.11%49.41%-
XYZ9.3315.815.69-
YUV94.43103.4995.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 126 (49.61% from 255) = 55.75%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=21.68%
G=55.75%
B=22.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49126510.6100.600.51121.564434.31
Hex317E333D03C337a2c22
Octal611766375074631725442
Binary110001111111011001111110101111001100111111010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E33; }

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

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

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

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

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

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

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

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