Html Css Color HEX #61843D Dingley

📋 copy color: '#61843D'

red 97 ◦ green 132 ◦ blue 61

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

Shades of Dingley #61843D

Tints of Dingley #61843D

RGB

 RED value IS 97 (38.28% from 255) = 33.45%

 GREEN value IS 132 (51.95% from 255) = 45.52%

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

R = 33.45%
G = 45.52%
B = 21.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#61843D (or 0x61843D) is known color: Dingley. HEX triplet: 61, 84 and 3D. RGB value is (97,132,61). Sum of RGB (Red+Green+Blue) = 97+132+61=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #61843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61843D is #9E7BC2. Grayscale: #717171. Windows color (decimal): -10386371 or 4031585. OLE color: 4031585.

HSL color Cylindrical-coordinate representation of color #61843D: hue angle of 89.58º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61843D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 61 -
CMYK 0.27 0 0.54 0.48
HSL 89.58º 0.37% 0.38% -
HSV(B) 89.58º 0.54% 0.52% -
XYZ 14.02 19.38 7.42 -
YUV 113.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 97 132 61 0.27 0 0.54 0.48 89.58 0.37 0.38
Hex 61 84 3D 1B 0 36 30 5A 25 26
Octal 141 204 75 33 0 66 60 132 45 46
Binary 1100001 10000100 111101 11011 0 110110 110000 1011010 100101 100110

Color Harmonies of #61843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61843D

Black with #61843D

Text Example


Text Example

White with #61843D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,132,61); }

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

background-color css

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

 a { background-color: rgb(97,132,61); }

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

border-color css

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

 span { border-color: rgb(97,132,61); }

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