#62873D

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

Shades of Dingley #62873D

Tints of Dingley #62873D

Color information

#62873D (or 0x62873D) is unknown color: approx Dingley. HEX triplet: 62, 87 and 3D. RGB value is (98,135,61). Sum of RGB (Red+Green+Blue) = 98+135+61=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #62873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62873D is #9D78C2. Grayscale: #737373. Windows color (decimal): -10320067 or 4032354. OLE color: 4032354.

HSL color Cylindrical-coordinate representation of color #62873D: hue angle of 90º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62873D is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB9813561-
CMYK0.2700.550.47
HSL90º37.76%38.43%-
HSV(B)90º54.81%52.94%-
XYZ14.5420.267.56-
YUV115.597.24115.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=33.33%
G=45.92%
B=20.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98135610.2700.550.479037.7638.43
Hex62873D1B0372F5a2626
Octal1422077533067571324646
Binary1100010100001111111011101101101111011111011010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62873D; }

 p { color: rgb(98,135,61); }

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

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

 a { background-color: rgb(98,135,61); }

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

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

 span { border-color: rgb(98,135,61); }

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