#61883B

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

Shades of Dingley #61883B

Tints of Dingley #61883B

Color information

#61883B (or 0x61883B) is unknown color: approx Dingley. HEX triplet: 61, 88 and 3B. RGB value is (97,136,59). Sum of RGB (Red+Green+Blue) = 97+136+59=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #61883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61883B is #9E77C4. Grayscale: #737373. Windows color (decimal): -10385349 or 3901537. OLE color: 3901537.

HSL color Cylindrical-coordinate representation of color #61883B: hue angle of 90.39º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61883B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB9713659-
CMYK0.2900.570.47
HSL90.39º39.49%38.24%-
HSV(B)90.39º56.62%53.33%-
XYZ14.5220.477.32-
YUV115.5696.08114.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=33.22%
G=46.58%
B=20.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136590.2900.570.4790.3939.4938.24
Hex61883B1D0392F5a2726
Octal1412107335071571324746
Binary1100001100010001110111110101110011011111011010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61883B; }

 p { color: rgb(97,136,59); }

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

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

 a { background-color: rgb(97,136,59); }

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

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

 span { border-color: rgb(97,136,59); }

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