#658538

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

Shades of Dingley #658538

Tints of Dingley #658538

Color information

#658538 (or 0x658538) is unknown color: approx Dingley. HEX triplet: 65, 85 and 38. RGB value is (101,133,56). Sum of RGB (Red+Green+Blue) = 101+133+56=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #658538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658538 is #9A7AC7. Grayscale: #727272. Windows color (decimal): -10123976 or 3704165. OLE color: 3704165.

HSL color Cylindrical-coordinate representation of color #658538: hue angle of 84.94º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658538 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB10113356-
CMYK0.2400.580.48
HSL84.94º40.74%37.06%-
HSV(B)84.94º57.89%52.16%-
XYZ14.4719.836.81-
YUV114.6594.9118.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=34.83%
G=45.86%
B=19.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133560.2400.580.4884.9440.7437.06
Hex6585381803A30552925
Octal1452057030072601255145
Binary1100101100001011110001100001110101100001010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658538; }

 p { color: rgb(101,133,56); }

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

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

 a { background-color: rgb(101,133,56); }

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

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

 span { border-color: rgb(101,133,56); }

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