Html Css Color HEX #609041 Dingley

📋 copy color: '#609041'

red 96 ◦ green 144 ◦ blue 65

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

Shades of Dingley #609041

Tints of Dingley #609041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 31.48%
G = 47.21%
B = 21.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#609041 (or 0x609041) is known color: Dingley. HEX triplet: 60, 90 and 41. RGB value is (96,144,65). Sum of RGB (Red+Green+Blue) = 96+144+65=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #609041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609041 is #9F6FBE. Grayscale: #787878. Windows color (decimal): -10448831 or 4296800. OLE color: 4296800.

HSL color Cylindrical-coordinate representation of color #609041: hue angle of 96.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #609041 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 65 -
CMYK 0.33 0 0.55 0.44
HSL 96.46º 0.38% 0.41% -
HSV(B) 96.46º 0.55% 0.56% -
XYZ 15.75 22.81 8.57 -
YUV 120.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 96 144 65 0.33 0 0.55 0.44 96.46 0.38 0.41
Hex 60 90 41 21 0 37 2C 60 26 29
Octal 140 220 101 41 0 67 54 140 46 51
Binary 1100000 10010000 1000001 100001 0 110111 101100 1100000 100110 101001

Color Harmonies of #609041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609041

Black with #609041

Text Example


Text Example

White with #609041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609041; }

 p { color: rgb(96,144,65); }

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

background-color css

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

 a { background-color: rgb(96,144,65); }

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

border-color css

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

 span { border-color: rgb(96,144,65); }

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