#317C33

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

Shades of Japanese Laurel #317C33

Tints of Japanese Laurel #317C33

Color information

#317C33 (or 0x317C33) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7C and 33. RGB value is (49,124,51). Sum of RGB (Red+Green+Blue) = 49+124+51=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #317C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C33 is #CE83CC. Grayscale: #5D5D5D. Windows color (decimal): -13534157 or 3374129. OLE color: 3374129.

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

Color convert

RGB4912451-
CMYK0.6000.590.51
HSL121.6º43.35%33.92%-
HSV(B)121.6º60.48%48.63%-
XYZ9.0715.315.61-
YUV93.25104.1596.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=21.88%
G=55.36%
B=22.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49124510.6000.590.51121.643.3533.92
Hex317C333C03B337a2b22
Octal611746374073631725342
Binary110001111110011001111110001110111100111111010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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