#698452

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

Shades of Dingley #698452

Tints of Dingley #698452

Color information

#698452 (or 0x698452) is unknown color: approx Dingley. HEX triplet: 69, 84 and 52. RGB value is (105,132,82). Sum of RGB (Red+Green+Blue) = 105+132+82=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #698452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698452 is #967BAD. Grayscale: #767676. Windows color (decimal): -9862062 or 5407849. OLE color: 5407849.

HSL color Cylindrical-coordinate representation of color #698452: hue angle of 92.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698452 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB10513282-
CMYK0.2000.380.48
HSL92.4º23.36%41.96%-
HSV(B)92.4º37.88%51.76%-
XYZ15.620.1111.04-
YUV118.23107.55118.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=32.92%
G=41.38%
B=25.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132820.2000.380.4892.423.3641.96
Hex69845214026305c172a
Octal15120412224046601342752
Binary1101001100001001010010101000100110110000101110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698452; }

 p { color: rgb(105,132,82); }

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

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

 a { background-color: rgb(105,132,82); }

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

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

 span { border-color: rgb(105,132,82); }

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