#717938

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

Shades of Rain Forest #717938

Tints of Rain Forest #717938

Color information

#717938 (or 0x717938) is unknown color: approx Rain Forest. HEX triplet: 71, 79 and 38. RGB value is (113,121,56). Sum of RGB (Red+Green+Blue) = 113+121+56=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #717938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717938 is #8E86C7. Grayscale: #6F6F6F. Windows color (decimal): -9340616 or 3701105. OLE color: 3701105.

HSL color Cylindrical-coordinate representation of color #717938: hue angle of 67.38º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #717938 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB11312156-
CMYK0.0700.540.53
HSL67.38º36.72%34.71%-
HSV(B)67.38º53.72%47.45%-
XYZ14.3617.476.36-
YUV111.296.85129.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=38.97%
G=41.72%
B=19.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113121560.0700.540.5367.3836.7234.71
Hex717938703635432523
Octal161171707066651034543
Binary1110001111100111100011101101101101011000011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717938; }

 p { color: rgb(113,121,56); }

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

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

 a { background-color: rgb(113,121,56); }

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

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

 span { border-color: rgb(113,121,56); }

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