Html Css Color HEX #658238 Dingley

📋 copy color: '#658238'

red 101 ◦ green 130 ◦ blue 56

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

Shades of Dingley #658238

Tints of Dingley #658238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 35.19%
G = 45.3%
B = 19.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#658238 (or 0x658238) is known color: Dingley. HEX triplet: 65, 82 and 38. RGB value is (101,130,56). Sum of RGB (Red+Green+Blue) = 101+130+56=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #658238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658238 is #9A7DC7. Grayscale: #717171. Windows color (decimal): -10124744 or 3703397. OLE color: 3703397.

HSL color Cylindrical-coordinate representation of color #658238: hue angle of 83.51º degrees, saturation: 0.4, 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 #658238 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 56 -
CMYK 0.22 0 0.57 0.49
HSL 83.51º 0.4% 0.36% -
HSV(B) 83.51º 0.57% 0.51% -
XYZ 14.06 19.02 6.67 -
YUV 112.89 95.89 119.52 -
System Red Green Blue C M Y K H S L
Decimal 101 130 56 0.22 0 0.57 0.49 83.51 0.4 0.36
Hex 65 82 38 16 0 39 31 54 28 24
Octal 145 202 70 26 0 71 61 124 50 44
Binary 1100101 10000010 111000 10110 0 111001 110001 1010100 101000 100100

Color Harmonies of #658238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658238

Black with #658238

Text Example


Text Example

White with #658238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658238; }

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

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

background-color css

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

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

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

border-color css

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

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

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