#657126

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

Shades of Rain Forest #657126

Tints of Rain Forest #657126

Color information

#657126 (or 0x657126) is unknown color: approx Rain Forest. HEX triplet: 65, 71 and 26. RGB value is (101,113,38). Sum of RGB (Red+Green+Blue) = 101+113+38=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #657126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657126 is #9A8ED9. Grayscale: #656565. Windows color (decimal): -10129114 or 2519397. OLE color: 2519397.

HSL color Cylindrical-coordinate representation of color #657126: hue angle of 69.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #657126 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB10111338-
CMYK0.1100.660.56
HSL69.6º49.67%29.61%-
HSV(B)69.6º66.37%44.31%-
XYZ11.6214.724.06-
YUV100.8692.52128.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=40.08%
G=44.84%
B=15.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113380.1100.660.5669.649.6729.61
Hex657126B0423846321e
Octal14516146130102701066236
Binary11001011110001100110101101000010111000100011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657126; }

 p { color: rgb(101,113,38); }

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

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

 a { background-color: rgb(101,113,38); }

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

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

 span { border-color: rgb(101,113,38); }

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