#647030

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

Shades of Rain Forest #647030

Tints of Rain Forest #647030

Color information

#647030 (or 0x647030) is unknown color: approx Rain Forest. HEX triplet: 64, 70 and 30. RGB value is (100,112,48). Sum of RGB (Red+Green+Blue) = 100+112+48=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #647030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647030 is #9B8FCF. Grayscale: #656565. Windows color (decimal): -10194896 or 3174500. OLE color: 3174500.

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

Color convert

RGB10011248-
CMYK0.1100.570.56
HSL71.25º40%31.37%-
HSV(B)71.25º57.14%43.92%-
XYZ11.5814.514.99-
YUV101.1298.02127.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=38.46%
G=43.08%
B=18.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112480.1100.570.5671.254031.37
Hex647030B0393847281f
Octal1441606013071701075037
Binary1100100111000011000010110111001111000100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647030; }

 p { color: rgb(100,112,48); }

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

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

 a { background-color: rgb(100,112,48); }

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

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

 span { border-color: rgb(100,112,48); }

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