Html Css Color HEX #609241 Dingley

📋 copy color: '#609241'

red 96 ◦ green 146 ◦ blue 65

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

Shades of Dingley #609241

Tints of Dingley #609241

RGB

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

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

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

R = 31.27%
G = 47.56%
B = 21.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#609241 (or 0x609241) is known color: Dingley. HEX triplet: 60, 92 and 41. RGB value is (96,146,65). Sum of RGB (Red+Green+Blue) = 96+146+65=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #609241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609241 is #9F6DBE. Grayscale: #7A7A7A. Windows color (decimal): -10448319 or 4297312. OLE color: 4297312.

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

Color convert

RGB 96 146 65 -
CMYK 0.34 0 0.55 0.43
HSL 97.04º 0.38% 0.41% -
HSV(B) 97.04º 0.55% 0.57% -
XYZ 16.06 23.43 8.68 -
YUV 121.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 96 146 65 0.34 0 0.55 0.43 97.04 0.38 0.41
Hex 60 92 41 22 0 37 2B 61 26 29
Octal 140 222 101 42 0 67 53 141 46 51
Binary 1100000 10010010 1000001 100010 0 110111 101011 1100001 100110 101001

Color Harmonies of #609241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609241

Black with #609241

Text Example


Text Example

White with #609241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609241; }

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

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

background-color css

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

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

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

border-color css

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

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

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