Html Css Color HEX #659142 Dingley

📋 copy color: '#659142'

red 101 ◦ green 145 ◦ blue 66

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

Shades of Dingley #659142

Tints of Dingley #659142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

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

R = 32.37%
G = 46.47%
B = 21.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#659142 (or 0x659142) is known color: Dingley. HEX triplet: 65, 91 and 42. RGB value is (101,145,66). Sum of RGB (Red+Green+Blue) = 101+145+66=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #659142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659142 is #9A6EBD. Grayscale: #7B7B7B. Windows color (decimal): -10120894 or 4362597. OLE color: 4362597.

HSL color Cylindrical-coordinate representation of color #659142: hue angle of 93.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659142 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 66 -
CMYK 0.30 0 0.54 0.43
HSL 93.42º 0.37% 0.41% -
HSV(B) 93.42º 0.54% 0.57% -
XYZ 16.48 23.41 8.8 -
YUV 122.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 101 145 66 0.30 0 0.54 0.43 93.42 0.37 0.41
Hex 65 91 42 1E 0 36 2B 5D 25 29
Octal 145 221 102 36 0 66 53 135 45 51
Binary 1100101 10010001 1000010 11110 0 110110 101011 1011101 100101 101001

Color Harmonies of #659142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659142

Black with #659142

Text Example


Text Example

White with #659142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659142; }

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

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

background-color css

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

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

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

border-color css

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

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

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