Html Css Color HEX #618348 Dingley

📋 copy color: '#618348'

red 97 ◦ green 131 ◦ blue 72

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

Shades of Dingley #618348

Tints of Dingley #618348

RGB

 RED value IS 97 (38.28% from 255) = 32.33%

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 72 (28.52% from 255) = 24%

R = 32.33%
G = 43.67%
B = 24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#618348 (or 0x618348) is known color: Dingley. HEX triplet: 61, 83 and 48. RGB value is (97,131,72). Sum of RGB (Red+Green+Blue) = 97+131+72=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #618348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618348 is #9E7CB7. Grayscale: #727272. Windows color (decimal): -10386616 or 4752225. OLE color: 4752225.

HSL color Cylindrical-coordinate representation of color #618348: hue angle of 94.58º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #618348 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 72 -
CMYK 0.26 0 0.45 0.49
HSL 94.58º 0.29% 0.4% -
HSV(B) 94.58º 0.45% 0.51% -
XYZ 14.22 19.24 9.1 -
YUV 114.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 97 131 72 0.26 0 0.45 0.49 94.58 0.29 0.4
Hex 61 83 48 1A 0 2D 31 5F 1D 28
Octal 141 203 110 32 0 55 61 137 35 50
Binary 1100001 10000011 1001000 11010 0 101101 110001 1011111 11101 101000

Color Harmonies of #618348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618348

Black with #618348

Text Example


Text Example

White with #618348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618348; }

 p { color: rgb(97,131,72); }

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

background-color css

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

 a { background-color: rgb(97,131,72); }

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

border-color css

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

 span { border-color: rgb(97,131,72); }

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