#61883A

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

Shades of Dingley #61883A

Tints of Dingley #61883A

Color information

#61883A (or 0x61883A) is unknown color: approx Dingley. HEX triplet: 61, 88 and 3A. RGB value is (97,136,58). Sum of RGB (Red+Green+Blue) = 97+136+58=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #61883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61883A is #9E77C5. Grayscale: #737373. Windows color (decimal): -10385350 or 3836001. OLE color: 3836001.

HSL color Cylindrical-coordinate representation of color #61883A: hue angle of 90º degrees, saturation: 0.4, 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 #61883A is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB9713658-
CMYK0.2900.570.47
HSL90º40.21%38.04%-
HSV(B)90º57.35%53.33%-
XYZ14.520.467.19-
YUV115.4595.58114.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=33.33%
G=46.74%
B=19.93%

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
Decimal97136580.2900.570.479040.2138.04
Hex61883A1D0392F5a2826
Octal1412107235071571325046
Binary1100001100010001110101110101110011011111011010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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