Html Css Color HEX #658345 Dingley

📋 copy color: '#658345'

red 101 ◦ green 131 ◦ blue 69

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

Shades of Dingley #658345

Tints of Dingley #658345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 33.55%
G = 43.52%
B = 22.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#658345 (or 0x658345) is known color: Dingley. HEX triplet: 65, 83 and 45. RGB value is (101,131,69). Sum of RGB (Red+Green+Blue) = 101+131+69=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #658345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658345 is #9A7CBA. Grayscale: #737373. Windows color (decimal): -10124475 or 4555621. OLE color: 4555621.

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

Color convert

RGB 101 131 69 -
CMYK 0.23 0 0.47 0.49
HSL 89.03º 0.31% 0.39% -
HSV(B) 89.03º 0.47% 0.51% -
XYZ 14.56 19.43 8.61 -
YUV 114.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 101 131 69 0.23 0 0.47 0.49 89.03 0.31 0.39
Hex 65 83 45 17 0 2F 31 59 1F 27
Octal 145 203 105 27 0 57 61 131 37 47
Binary 1100101 10000011 1000101 10111 0 101111 110001 1011001 11111 100111

Color Harmonies of #658345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658345

Black with #658345

Text Example


Text Example

White with #658345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658345; }

 p { color: rgb(101,131,69); }

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

background-color css

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

 a { background-color: rgb(101,131,69); }

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

border-color css

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

 span { border-color: rgb(101,131,69); }

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