Html Css Color HEX #659340 Dingley

📋 copy color: '#659340'

red 101 ◦ green 147 ◦ blue 64

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

Shades of Dingley #659340

Tints of Dingley #659340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 32.37%
G = 47.12%
B = 20.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#659340 (or 0x659340) is known color: Dingley. HEX triplet: 65, 93 and 40. RGB value is (101,147,64). Sum of RGB (Red+Green+Blue) = 101+147+64=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #659340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659340 is #9A6CBF. Grayscale: #7C7C7C. Windows color (decimal): -10120384 or 4232037. OLE color: 4232037.

HSL color Cylindrical-coordinate representation of color #659340: hue angle of 93.25º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659340 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 64 -
CMYK 0.31 0 0.56 0.42
HSL 93.25º 0.39% 0.41% -
HSV(B) 93.25º 0.56% 0.58% -
XYZ 16.73 24 8.6 -
YUV 123.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 101 147 64 0.31 0 0.56 0.42 93.25 0.39 0.41
Hex 65 93 40 1F 0 38 2A 5D 27 29
Octal 145 223 100 37 0 70 52 135 47 51
Binary 1100101 10010011 1000000 11111 0 111000 101010 1011101 100111 101001

Color Harmonies of #659340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659340

Black with #659340

Text Example


Text Example

White with #659340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659340; }

 p { color: rgb(101,147,64); }

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

background-color css

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

 a { background-color: rgb(101,147,64); }

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

border-color css

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

 span { border-color: rgb(101,147,64); }

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