Html Css Color HEX #55793C Dingley

📋 copy color: '#55793C'

red 85 ◦ green 121 ◦ blue 60

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

Shades of Dingley #55793C

Tints of Dingley #55793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 31.95%
G = 45.49%
B = 22.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#55793C (or 0x55793C) is known color: Dingley. HEX triplet: 55, 79 and 3C. RGB value is (85,121,60). Sum of RGB (Red+Green+Blue) = 85+121+60=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #55793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55793C is #AA86C3. Grayscale: #676767. Windows color (decimal): -11175620 or 3963221. OLE color: 3963221.

HSL color Cylindrical-coordinate representation of color #55793C: hue angle of 95.41º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55793C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 60 -
CMYK 0.30 0 0.50 0.53
HSL 95.41º 0.34% 0.35% -
HSV(B) 95.41º 0.5% 0.47% -
XYZ 11.4 15.93 6.75 -
YUV 103.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 85 121 60 0.30 0 0.50 0.53 95.41 0.34 0.35
Hex 55 79 3C 1E 0 32 35 5F 22 23
Octal 125 171 74 36 0 62 65 137 42 43
Binary 1010101 1111001 111100 11110 0 110010 110101 1011111 100010 100011

Color Harmonies of #55793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55793C

Black with #55793C

Text Example


Text Example

White with #55793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55793C; }

 p { color: rgb(85,121,60); }

 H1.HeaderClassName
 {
   color: #55793C;
 }
 .AnyTagClassName
 {
   color: #55793C;
 }
</style>

background-color css

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

 a { background-color: rgb(85,121,60); }

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

border-color css

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

 span { border-color: rgb(85,121,60); }

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