#658138

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

Shades of Dingley #658138

Tints of Dingley #658138

Color information

#658138 (or 0x658138) is unknown color: approx Dingley. HEX triplet: 65, 81 and 38. RGB value is (101,129,56). Sum of RGB (Red+Green+Blue) = 101+129+56=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #658138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658138 is #9A7EC7. Grayscale: #707070. Windows color (decimal): -10125000 or 3703141. OLE color: 3703141.

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

Color convert

RGB10112956-
CMYK0.2200.570.49
HSL83.01º39.46%36.27%-
HSV(B)83.01º56.59%50.59%-
XYZ13.9318.756.63-
YUV112.3196.22119.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=35.31%
G=45.10%
B=19.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129560.2200.570.4983.0139.4636.27
Hex6581381603931532724
Octal1452017026071611234744
Binary1100101100000011110001011001110011100011010011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658138; }

 p { color: rgb(101,129,56); }

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

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

 a { background-color: rgb(101,129,56); }

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

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

 span { border-color: rgb(101,129,56); }

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