Html Css Color HEX #61824B Dingley

📋 copy color: '#61824B'

red 97 ◦ green 130 ◦ blue 75

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

Shades of Dingley #61824B

Tints of Dingley #61824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 32.12%
G = 43.05%
B = 24.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#61824B (or 0x61824B) is known color: Dingley. HEX triplet: 61, 82 and 4B. RGB value is (97,130,75). Sum of RGB (Red+Green+Blue) = 97+130+75=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #61824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61824B is #9E7DB4. Grayscale: #727272. Windows color (decimal): -10386869 or 4948577. OLE color: 4948577.

HSL color Cylindrical-coordinate representation of color #61824B: hue angle of 96º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61824B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 75 -
CMYK 0.25 0 0.42 0.49
HSL 96º 0.27% 0.4% -
HSV(B) 96º 0.42% 0.51% -
XYZ 14.18 19.01 9.58 -
YUV 113.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 97 130 75 0.25 0 0.42 0.49 96 0.27 0.4
Hex 61 82 4B 19 0 2A 31 60 1B 28
Octal 141 202 113 31 0 52 61 140 33 50
Binary 1100001 10000010 1001011 11001 0 101010 110001 1100000 11011 101000

Color Harmonies of #61824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61824B

Black with #61824B

Text Example


Text Example

White with #61824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61824B; }

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

 H1.HeaderClassName
 {
   color: #61824B;
 }
 .AnyTagClassName
 {
   color: #61824B;
 }
</style>

background-color css

<style>
 a { background-color: #61824B; }

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

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

border-color css

<style>
 span { border-color: #61824B; }

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

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