Html Css Color HEX #71844B Dingley

📋 copy color: '#71844B'

red 113 ◦ green 132 ◦ blue 75

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

Shades of Dingley #71844B

Tints of Dingley #71844B

RGB

 RED value IS 113 (44.53% from 255) = 35.31%

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

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

R = 35.31%
G = 41.25%
B = 23.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#71844B (or 0x71844B) is known color: Dingley. HEX triplet: 71, 84 and 4B. RGB value is (113,132,75). Sum of RGB (Red+Green+Blue) = 113+132+75=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #71844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71844B is #8E7BB4. Grayscale: #787878. Windows color (decimal): -9337781 or 4949105. OLE color: 4949105.

HSL color Cylindrical-coordinate representation of color #71844B: hue angle of 80º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71844B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 75 -
CMYK 0.14 0 0.43 0.48
HSL 80º 0.28% 0.41% -
HSV(B) 80º 0.43% 0.52% -
XYZ 16.33 20.52 9.76 -
YUV 119.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 113 132 75 0.14 0 0.43 0.48 80 0.28 0.41
Hex 71 84 4B E 0 2B 30 50 1C 29
Octal 161 204 113 16 0 53 60 120 34 51
Binary 1110001 10000100 1001011 1110 0 101011 110000 1010000 11100 101001

Color Harmonies of #71844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71844B

Black with #71844B

Text Example


Text Example

White with #71844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,132,75); }

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

background-color css

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

 a { background-color: rgb(113,132,75); }

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

border-color css

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

 span { border-color: rgb(113,132,75); }

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