Html Css Color HEX #609240 Dingley

📋 copy color: '#609240'

red 96 ◦ green 146 ◦ blue 64

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

Shades of Dingley #609240

Tints of Dingley #609240

RGB

 RED value IS 96 (37.89% from 255) = 31.37%

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

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

R = 31.37%
G = 47.71%
B = 20.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#609240 (or 0x609240) is known color: Dingley. HEX triplet: 60, 92 and 40. RGB value is (96,146,64). Sum of RGB (Red+Green+Blue) = 96+146+64=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #609240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609240 is #9F6DBF. Grayscale: #797979. Windows color (decimal): -10448320 or 4231776. OLE color: 4231776.

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

Color convert

RGB 96 146 64 -
CMYK 0.34 0 0.56 0.43
HSL 96.59º 0.39% 0.41% -
HSV(B) 96.59º 0.56% 0.57% -
XYZ 16.03 23.41 8.53 -
YUV 121.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 96 146 64 0.34 0 0.56 0.43 96.59 0.39 0.41
Hex 60 92 40 22 0 38 2B 61 27 29
Octal 140 222 100 42 0 70 53 141 47 51
Binary 1100000 10010010 1000000 100010 0 111000 101011 1100001 100111 101001

Color Harmonies of #609240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609240

Black with #609240

Text Example


Text Example

White with #609240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609240; }

 p { color: rgb(96,146,64); }

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

background-color css

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

 a { background-color: rgb(96,146,64); }

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

border-color css

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

 span { border-color: rgb(96,146,64); }

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