Html Css Color HEX #608038 Dingley

📋 copy color: '#608038'

red 96 ◦ green 128 ◦ blue 56

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

Shades of Dingley #608038

Tints of Dingley #608038

RGB

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

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

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

R = 34.29%
G = 45.71%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#608038 (or 0x608038) is known color: Dingley. HEX triplet: 60, 80 and 38. RGB value is (96,128,56). Sum of RGB (Red+Green+Blue) = 96+128+56=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #608038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608038 is #9F7FC7. Grayscale: #6E6E6E. Windows color (decimal): -10452936 or 3702880. OLE color: 3702880.

HSL color Cylindrical-coordinate representation of color #608038: hue angle of 86.67º 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 #608038 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 56 -
CMYK 0.25 0 0.56 0.50
HSL 86.67º 0.39% 0.36% -
HSV(B) 86.67º 0.56% 0.5% -
XYZ 13.26 18.21 6.56 -
YUV 110.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 96 128 56 0.25 0 0.56 0.50 86.67 0.39 0.36
Hex 60 80 38 19 0 38 32 57 27 24
Octal 140 200 70 31 0 70 62 127 47 44
Binary 1100000 10000000 111000 11001 0 111000 110010 1010111 100111 100100

Color Harmonies of #608038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608038

Black with #608038

Text Example


Text Example

White with #608038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608038; }

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

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

background-color css

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

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

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

border-color css

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

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

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