Html Css Color HEX #659242 Dingley

📋 copy color: '#659242'

red 101 ◦ green 146 ◦ blue 66

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

Shades of Dingley #659242

Tints of Dingley #659242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.65%

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

R = 32.27%
G = 46.65%
B = 21.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#659242 (or 0x659242) is known color: Dingley. HEX triplet: 65, 92 and 42. RGB value is (101,146,66). Sum of RGB (Red+Green+Blue) = 101+146+66=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #659242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659242 is #9A6DBD. Grayscale: #7B7B7B. Windows color (decimal): -10120638 or 4362853. OLE color: 4362853.

HSL color Cylindrical-coordinate representation of color #659242: hue angle of 93.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659242 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 146 66 -
CMYK 0.31 0 0.55 0.43
HSL 93.75º 0.38% 0.42% -
HSV(B) 93.75º 0.55% 0.57% -
XYZ 16.63 23.72 8.86 -
YUV 123.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 101 146 66 0.31 0 0.55 0.43 93.75 0.38 0.42
Hex 65 92 42 1F 0 37 2B 5E 26 2A
Octal 145 222 102 37 0 67 53 136 46 52
Binary 1100101 10010010 1000010 11111 0 110111 101011 1011110 100110 101010

Color Harmonies of #659242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659242

Black with #659242

Text Example


Text Example

White with #659242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659242; }

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

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

background-color css

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

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

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

border-color css

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

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

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