#608148

Color #608148 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #608148

Tints of Dingley #608148

Color information

#608148 (or 0x608148) is unknown color: approx Dingley. HEX triplet: 60, 81 and 48. RGB value is (96,129,72). Sum of RGB (Red+Green+Blue) = 96+129+72=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #608148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608148 is #9F7EB7. Grayscale: #707070. Windows color (decimal): -10452664 or 4751712. OLE color: 4751712.

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

Color convert

RGB9612972-
CMYK0.2600.440.49
HSL94.74º28.36%39.41%-
HSV(B)94.74º44.19%50.59%-
XYZ13.8418.669-
YUV112.64105.07116.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=32.32%
G=43.43%
B=24.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96129720.2600.440.4994.7428.3639.41
Hex6081481A02C315f1c27
Octal14020111032054611373447
Binary1100000100000011001000110100101100110001101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608148; }

 p { color: rgb(96,129,72); }

 H1.HeaderClassName
 {
   color: #608148;
 }
 .AnyTagClassName
 {
   color: #608148;
 }
</style>
background-color css

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

 a { background-color: rgb(96,129,72); }

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

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

 span { border-color: rgb(96,129,72); }

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