Html Css Color HEX #55783D Dingley

📋 copy color: '#55783D'

red 85 ◦ green 120 ◦ blue 61

#55783D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #55783D

Tints of Dingley #55783D

RGB

 RED value IS 85 (33.59% from 255) = 31.95%

 GREEN value IS 120 (47.27% from 255) = 45.11%

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 31.95%
G = 45.11%
B = 22.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#55783D (or 0x55783D) is known color: Dingley. HEX triplet: 55, 78 and 3D. RGB value is (85,120,61). Sum of RGB (Red+Green+Blue) = 85+120+61=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #55783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55783D is #AA87C2. Grayscale: #676767. Windows color (decimal): -11175875 or 4028501. OLE color: 4028501.

HSL color Cylindrical-coordinate representation of color #55783D: hue angle of 95.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55783D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 61 -
CMYK 0.29 0 0.49 0.53
HSL 95.59º 0.33% 0.35% -
HSV(B) 95.59º 0.49% 0.47% -
XYZ 11.31 15.7 6.85 -
YUV 102.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 85 120 61 0.29 0 0.49 0.53 95.59 0.33 0.35
Hex 55 78 3D 1D 0 31 35 60 21 23
Octal 125 170 75 35 0 61 65 140 41 43
Binary 1010101 1111000 111101 11101 0 110001 110101 1100000 100001 100011

Color Harmonies of #55783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55783D

Black with #55783D

Text Example


Text Example

White with #55783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,120,61); }

 H1.HeaderClassName
 {
   color: #55783D;
 }
 .AnyTagClassName
 {
   color: #55783D;
 }
</style>

background-color css

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

 a { background-color: rgb(85,120,61); }

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

border-color css

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

 span { border-color: rgb(85,120,61); }

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