#658542

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

Shades of Dingley #658542

Tints of Dingley #658542

Color information

#658542 (or 0x658542) is unknown color: approx Dingley. HEX triplet: 65, 85 and 42. RGB value is (101,133,66). Sum of RGB (Red+Green+Blue) = 101+133+66=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #658542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658542 is #9A7ABD. Grayscale: #747474. Windows color (decimal): -10123966 or 4359525. OLE color: 4359525.

HSL color Cylindrical-coordinate representation of color #658542: hue angle of 88.66º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658542 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10113366-
CMYK0.2400.500.48
HSL88.66º33.67%39.02%-
HSV(B)88.66º50.38%52.16%-
XYZ14.7419.948.23-
YUV115.7999.9117.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 66 (26.17% from 255) = 22%
R=33.67%
G=44.33%
B=22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133660.2400.500.4888.6633.6739.02
Hex6585421803230592227
Octal14520510230062601314247
Binary11001011000010110000101100001100101100001011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658542; }

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

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

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

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

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

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

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

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