#657530

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

Shades of Rain Forest #657530

Tints of Rain Forest #657530

Color information

#657530 (or 0x657530) is unknown color: approx Rain Forest. HEX triplet: 65, 75 and 30. RGB value is (101,117,48). Sum of RGB (Red+Green+Blue) = 101+117+48=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #657530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657530 is #9A8ACF. Grayscale: #686868. Windows color (decimal): -10128080 or 3175781. OLE color: 3175781.

HSL color Cylindrical-coordinate representation of color #657530: hue angle of 73.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #657530 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB10111748-
CMYK0.1400.590.54
HSL73.91º41.82%32.35%-
HSV(B)73.91º58.97%45.88%-
XYZ12.2615.75.18-
YUV104.3596.2125.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=37.97%
G=43.98%
B=18.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101117480.1400.590.5473.9141.8232.35
Hex657530E03B364a2a20
Octal1451656016073661125240
Binary11001011110101110000111001110111101101001010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657530; }

 p { color: rgb(101,117,48); }

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

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

 a { background-color: rgb(101,117,48); }

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

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

 span { border-color: rgb(101,117,48); }

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