Html Css Color HEX #658038 Dingley

📋 copy color: '#658038'

red 101 ◦ green 128 ◦ blue 56

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

Shades of Dingley #658038

Tints of Dingley #658038

RGB

 RED value IS 101 (39.84% from 255) = 35.44%

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

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

R = 35.44%
G = 44.91%
B = 19.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#658038 (or 0x658038) is known color: Dingley. HEX triplet: 65, 80 and 38. RGB value is (101,128,56). Sum of RGB (Red+Green+Blue) = 101+128+56=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #658038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658038 is #9A7FC7. Grayscale: #6F6F6F. Windows color (decimal): -10125256 or 3702885. OLE color: 3702885.

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

Color convert

RGB 101 128 56 -
CMYK 0.21 0 0.56 0.50
HSL 82.5º 0.39% 0.36% -
HSV(B) 82.5º 0.56% 0.5% -
XYZ 13.8 18.49 6.58 -
YUV 111.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 101 128 56 0.21 0 0.56 0.50 82.5 0.39 0.36
Hex 65 80 38 15 0 38 32 52 27 24
Octal 145 200 70 25 0 70 62 122 47 44
Binary 1100101 10000000 111000 10101 0 111000 110010 1010010 100111 100100

Color Harmonies of #658038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658038

Black with #658038

Text Example


Text Example

White with #658038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658038; }

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

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

background-color css

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

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

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

border-color css

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

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

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