#717C36

Color #717C36 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #717C36

Tints of Rain Forest #717C36

Color information

#717C36 (or 0x717C36) is unknown color: approx Rain Forest. HEX triplet: 71, 7C and 36. RGB value is (113,124,54). Sum of RGB (Red+Green+Blue) = 113+124+54=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #717C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C36 is #8E83C9. Grayscale: #717171. Windows color (decimal): -9339850 or 3570801. OLE color: 3570801.

HSL color Cylindrical-coordinate representation of color #717C36: hue angle of 69.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717C36 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB11312454-
CMYK0.0900.560.51
HSL69.43º39.33%34.9%-
HSV(B)69.43º56.45%48.63%-
XYZ14.6818.196.23-
YUV112.7394.86128.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=38.83%
G=42.61%
B=18.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113124540.0900.560.5169.4339.3334.9
Hex717C36903833452723
Octal1611746611070631054743
Binary11100011111100110110100101110001100111000101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717C36; }

 p { color: rgb(113,124,54); }

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

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

 a { background-color: rgb(113,124,54); }

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

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

 span { border-color: rgb(113,124,54); }

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