Html Css Color HEX #618038 Dingley

📋 copy color: '#618038'

red 97 ◦ green 128 ◦ blue 56

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

Shades of Dingley #618038

Tints of Dingley #618038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 34.52%
G = 45.55%
B = 19.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#618038 (or 0x618038) is known color: Dingley. HEX triplet: 61, 80 and 38. RGB value is (97,128,56). Sum of RGB (Red+Green+Blue) = 97+128+56=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #618038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618038 is #9E7FC7. Grayscale: #6E6E6E. Windows color (decimal): -10387400 or 3702881. OLE color: 3702881.

HSL color Cylindrical-coordinate representation of color #618038: hue angle of 85.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618038 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 56 -
CMYK 0.24 0 0.56 0.50
HSL 85.83º 0.39% 0.36% -
HSV(B) 85.83º 0.56% 0.5% -
XYZ 13.36 18.27 6.56 -
YUV 110.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 97 128 56 0.24 0 0.56 0.50 85.83 0.39 0.36
Hex 61 80 38 18 0 38 32 56 27 24
Octal 141 200 70 30 0 70 62 126 47 44
Binary 1100001 10000000 111000 11000 0 111000 110010 1010110 100111 100100

Color Harmonies of #618038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618038

Black with #618038

Text Example


Text Example

White with #618038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618038; }

 p { color: rgb(97,128,56); }

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

background-color css

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

 a { background-color: rgb(97,128,56); }

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

border-color css

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

 span { border-color: rgb(97,128,56); }

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