Html Css Color HEX #658242 Dingley

📋 copy color: '#658242'

red 101 ◦ green 130 ◦ blue 66

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

Shades of Dingley #658242

Tints of Dingley #658242

RGB

 RED value IS 101 (39.84% from 255) = 34.01%

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 34.01%
G = 43.77%
B = 22.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#658242 (or 0x658242) is known color: Dingley. HEX triplet: 65, 82 and 42. RGB value is (101,130,66). Sum of RGB (Red+Green+Blue) = 101+130+66=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #658242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658242 is #9A7DBD. Grayscale: #727272. Windows color (decimal): -10124734 or 4358757. OLE color: 4358757.

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

Color convert

RGB 101 130 66 -
CMYK 0.22 0 0.49 0.49
HSL 87.19º 0.33% 0.38% -
HSV(B) 87.19º 0.49% 0.51% -
XYZ 14.33 19.13 8.09 -
YUV 114.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 101 130 66 0.22 0 0.49 0.49 87.19 0.33 0.38
Hex 65 82 42 16 0 31 31 57 21 26
Octal 145 202 102 26 0 61 61 127 41 46
Binary 1100101 10000010 1000010 10110 0 110001 110001 1010111 100001 100110

Color Harmonies of #658242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658242

Black with #658242

Text Example


Text Example

White with #658242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658242; }

 p { color: rgb(101,130,66); }

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

background-color css

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

 a { background-color: rgb(101,130,66); }

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

border-color css

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

 span { border-color: rgb(101,130,66); }

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