#658B3B

Color #658B3B Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #658B3B

Tints of Dingley #658B3B

Color information

#658B3B (or 0x658B3B) is unknown color: approx Dingley. HEX triplet: 65, 8B and 3B. RGB value is (101,139,59). Sum of RGB (Red+Green+Blue) = 101+139+59=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #658B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658B3B is #9A74C4. Grayscale: #767676. Windows color (decimal): -10122437 or 3902309. OLE color: 3902309.

HSL color Cylindrical-coordinate representation of color #658B3B: hue angle of 88.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658B3B is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB10113959-
CMYK0.2700.580.45
HSL88.5º40.4%38.82%-
HSV(B)88.5º57.55%54.51%-
XYZ15.3921.557.49-
YUV118.5294.41115.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=33.78%
G=46.49%
B=19.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101139590.2700.580.4588.540.438.82
Hex658B3B1B03A2D582827
Octal1452137333072551305047
Binary1100101100010111110111101101110101011011011000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658B3B; }

 p { color: rgb(101,139,59); }

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

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

 a { background-color: rgb(101,139,59); }

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

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

 span { border-color: rgb(101,139,59); }

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