Html Css Color HEX #61823A Dingley

📋 copy color: '#61823A'

red 97 ◦ green 130 ◦ blue 58

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

Shades of Dingley #61823A

Tints of Dingley #61823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 34.04%
G = 45.61%
B = 20.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#61823A (or 0x61823A) is known color: Dingley. HEX triplet: 61, 82 and 3A. RGB value is (97,130,58). Sum of RGB (Red+Green+Blue) = 97+130+58=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #61823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61823A is #9E7DC5. Grayscale: #707070. Windows color (decimal): -10386886 or 3834465. OLE color: 3834465.

HSL color Cylindrical-coordinate representation of color #61823A: hue angle of 87.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61823A is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 58 -
CMYK 0.25 0 0.55 0.49
HSL 87.5º 0.38% 0.37% -
HSV(B) 87.5º 0.55% 0.51% -
XYZ 13.68 18.81 6.91 -
YUV 111.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 97 130 58 0.25 0 0.55 0.49 87.5 0.38 0.37
Hex 61 82 3A 19 0 37 31 57 26 25
Octal 141 202 72 31 0 67 61 127 46 45
Binary 1100001 10000010 111010 11001 0 110111 110001 1010111 100110 100101

Color Harmonies of #61823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61823A

Black with #61823A

Text Example


Text Example

White with #61823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61823A;
 }
 .AnyTagClassName
 {
   color: #61823A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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