Html Css Color HEX #609440 Dingley

📋 copy color: '#609440'

red 96 ◦ green 148 ◦ blue 64

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

Shades of Dingley #609440

Tints of Dingley #609440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.05%

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

R = 31.17%
G = 48.05%
B = 20.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#609440 (or 0x609440) is known color: Dingley. HEX triplet: 60, 94 and 40. RGB value is (96,148,64). Sum of RGB (Red+Green+Blue) = 96+148+64=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #609440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609440 is #9F6BBF. Grayscale: #7B7B7B. Windows color (decimal): -10447808 or 4232288. OLE color: 4232288.

HSL color Cylindrical-coordinate representation of color #609440: hue angle of 97.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609440 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 64 -
CMYK 0.35 0 0.57 0.42
HSL 97.14º 0.4% 0.42% -
HSV(B) 97.14º 0.57% 0.58% -
XYZ 16.34 24.04 8.63 -
YUV 122.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 96 148 64 0.35 0 0.57 0.42 97.14 0.4 0.42
Hex 60 94 40 23 0 39 2A 61 28 2A
Octal 140 224 100 43 0 71 52 141 50 52
Binary 1100000 10010100 1000000 100011 0 111001 101010 1100001 101000 101010

Color Harmonies of #609440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609440

Black with #609440

Text Example


Text Example

White with #609440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609440; }

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

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

background-color css

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

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

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

border-color css

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

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

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