#718038

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

Shades of Rain Forest #718038

Tints of Rain Forest #718038

Color information

#718038 (or 0x718038) is unknown color: approx Rain Forest. HEX triplet: 71, 80 and 38. RGB value is (113,128,56). Sum of RGB (Red+Green+Blue) = 113+128+56=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #718038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718038 is #8E7FC7. Grayscale: #737373. Windows color (decimal): -9338824 or 3702897. OLE color: 3702897.

HSL color Cylindrical-coordinate representation of color #718038: hue angle of 72.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #718038 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB11312856-
CMYK0.1200.560.50
HSL72.5º39.13%36.08%-
HSV(B)72.5º56.25%50.2%-
XYZ15.2419.236.65-
YUV115.3194.53126.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=38.05%
G=43.10%
B=18.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128560.1200.560.5072.539.1336.08
Hex718038C03832492724
Octal1612007014070621114744
Binary111000110000000111000110001110001100101001001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718038; }

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

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

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

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

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

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

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

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